We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6855cd commit e5b880cCopy full SHA for e5b880c
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