Skip to content

Commit bb980a1

Browse files
authored
Merge pull request #67 from thedadams/add-current-agent
fix: add currentAgent to CallFrame
2 parents 0a63991 + bb4bcf9 commit bb980a1

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
@@ -757,6 +757,7 @@ export interface CallFrame {
757757
id: string
758758
tool?: Tool
759759
agentGroup?: ToolReference[]
760+
currentAgent?: ToolReference
760761
displayText?: string
761762
inputContext: InputContext[]
762763
toolCategory?: ToolCategory

0 commit comments

Comments
 (0)