Skip to content

Commit 857b9de

Browse files
authored
Merge pull request #40 from thedadams/add-current-agent
fix: add currentAgent to CallFrame
2 parents b6855cd + e5b880c commit 857b9de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frame.go

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ type CallContext struct {
9090
ID string `json:"id"`
9191
Tool Tool `json:"tool"`
9292
AgentGroup []ToolReference `json:"agentGroup,omitempty"`
93+
CurrentAgent ToolReference `json:"currentAgent,omitempty"`
9394
DisplayText string `json:"displayText"`
9495
InputContext []InputContext `json:"inputContext"`
9596
ToolCategory ToolCategory `json:"toolCategory,omitempty"`

0 commit comments

Comments
 (0)