We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8981e8c + 31de484 commit b9cbffbCopy full SHA for b9cbffb
frame.go
@@ -62,6 +62,7 @@ type Call struct {
62
type CallContext struct {
63
ID string `json:"id"`
64
Tool Tool `json:"tool"`
65
+ DisplayText string `json:"displayText"`
66
InputContext []InputContext `json:"inputContext"`
67
ToolCategory ToolCategory `json:"toolCategory,omitempty"`
68
ToolName string `json:"toolName,omitempty"`
0 commit comments