We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30db3c commit 56135faCopy full SHA for 56135fa
src/gptscript.ts
@@ -960,7 +960,7 @@ export class Run {
960
}
961
} else if ((f.type as string).startsWith("call")) {
962
f = f as CallFrame
963
- if (!f.parentID && this.parentCallId === "") {
+ if (!f.parentID && this.parentCallId === "" && (f.toolCategory || ToolCategory.NoCategory) === ToolCategory.NoCategory) {
964
this.parentCallId = f.id
965
966
this.calls[f.id] = f
0 commit comments