cleanup retry

This commit is contained in:
Kujtim Hoxha 2025-04-08 20:46:40 +02:00
commit 0d8d324ac6
2 changed files with 45 additions and 78 deletions

View file

@ -121,11 +121,7 @@ func (t *fetchTool) Run(ctx context.Context, call ToolCall) (ToolResponse, error
ToolName: FetchToolName,
Action: "fetch",
Description: fmt.Sprintf("Fetch content from URL: %s", params.URL),
Params: FetchPermissionsParams{
URL: params.URL,
Format: params.Format,
Timeout: params.Timeout,
},
Params: FetchPermissionsParams(params),
},
)