Skip to content

Commit c64f763

Browse files
committed
fix: add missing toolCallId property to DebugToolCall type
1 parent bcd8c31 commit c64f763

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dev-demo/custom/TurnDebugShow.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ import type {
184184
} from "@/types/Common";
185185
186186
type DebugToolCall = {
187+
toolCallId: string;
187188
toolName: string;
188189
input: string;
189190
output: string | null;

0 commit comments

Comments
 (0)