Skip to content

Commit bb4bcf9

Browse files
committed
fix: add currentAgent to CallFrame
Signed-off-by: Donnie Adams <[email protected]>
1 parent 954d73d commit bb4bcf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gptscript.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@ export interface CallFrame {
748748
id: string
749749
tool?: Tool
750750
agentGroup?: ToolReference[]
751+
currentAgent?: ToolReference
751752
displayText?: string
752753
inputContext: InputContext[]
753754
toolCategory?: string

0 commit comments

Comments
 (0)