We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd8c31 commit c64f763Copy full SHA for c64f763
1 file changed
dev-demo/custom/TurnDebugShow.vue
@@ -184,6 +184,7 @@ import type {
184
} from "@/types/Common";
185
186
type DebugToolCall = {
187
+ toolCallId: string;
188
toolName: string;
189
input: string;
190
output: string | null;
0 commit comments