Skip to content

Commit 31de484

Browse files
chore: add DisplayText field
1 parent 8981e8c commit 31de484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frame.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ type Call struct {
6262
type CallContext struct {
6363
ID string `json:"id"`
6464
Tool Tool `json:"tool"`
65+
DisplayText string `json:"displayText"`
6566
InputContext []InputContext `json:"inputContext"`
6667
ToolCategory ToolCategory `json:"toolCategory,omitempty"`
6768
ToolName string `json:"toolName,omitempty"`

0 commit comments

Comments
 (0)