File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -789,7 +789,7 @@ type ToolAnnotations struct {
789789 // (This property is meaningful only when `readOnlyHint == false`)
790790 //
791791 // Default: true
792- DestructiveHint bool `json:"destructiveHint,omitempty"`
792+ DestructiveHint * bool `json:"destructiveHint,omitempty"`
793793 // If true, calling the tool repeatedly with the same arguments will have no
794794 // additional effect on the its environment.
795795 //
@@ -802,7 +802,7 @@ type ToolAnnotations struct {
802802 // a web search tool is open, whereas that of a memory tool is not.
803803 //
804804 // Default: true
805- OpenWorldHint bool `json:"openWorldHint,omitempty"`
805+ OpenWorldHint * bool `json:"openWorldHint,omitempty"`
806806 // If true, the tool does not modify its environment.
807807 //
808808 // Default: false
You can’t perform that action at this time.
0 commit comments