Skip to content

Commit b9cbffb

Browse files
authored
Merge pull request #20 from ibuildthecloud/main
chore: add DisplayText field
2 parents 8981e8c + 31de484 commit b9cbffb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frame.go

+1
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)