We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6855cd + e5b880c commit 857b9deCopy full SHA for 857b9de
frame.go
@@ -90,6 +90,7 @@ type CallContext struct {
90
ID string `json:"id"`
91
Tool Tool `json:"tool"`
92
AgentGroup []ToolReference `json:"agentGroup,omitempty"`
93
+ CurrentAgent ToolReference `json:"currentAgent,omitempty"`
94
DisplayText string `json:"displayText"`
95
InputContext []InputContext `json:"inputContext"`
96
ToolCategory ToolCategory `json:"toolCategory,omitempty"`
0 commit comments