Skip to content

Commit 2cceb97

Browse files
authored
Merge pull request #1786 from dgageot/fetch-not-readonly
Make fetch tool not read-only
2 parents 428cee5 + c6f48d4 commit 2cceb97

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pkg/tools/builtin/fetch.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,7 @@ func (t *FetchTool) Tools(context.Context) ([]tools.Tool, error) {
337337
OutputSchema: tools.MustSchemaFor[string](),
338338
Handler: tools.NewHandler(t.handler.CallTool),
339339
Annotations: tools.ToolAnnotations{
340-
ReadOnlyHint: true,
341-
Title: "Fetch URLs",
340+
Title: "Fetch URLs",
342341
},
343342
},
344343
}, nil

0 commit comments

Comments
 (0)