We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8981e8c commit 31de484Copy full SHA for 31de484
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