Skip to content

Commit 780319b

Browse files
committed
Make fetch tool not read-only
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent 272b7d0 commit 780319b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/tools/builtin/api.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ func (t *APITool) Tools(context.Context) ([]tools.Tool, error) {
136136
OutputSchema: outputSchema,
137137
Handler: t.callTool,
138138
Annotations: tools.ToolAnnotations{
139-
ReadOnlyHint: true,
140-
Title: cmp.Or(t.config.Name, "Query API"),
139+
Title: cmp.Or(t.config.Name, "Query API"),
141140
},
142141
},
143142
}, nil

0 commit comments

Comments
 (0)