fix syntax error
This commit is contained in:
parent
17b5c39d56
commit
f91b36cc4e
1 changed files with 1 additions and 2 deletions
|
|
@ -657,8 +657,7 @@ func (t *WebFetchTool) Execute(ctx context.Context, args map[string]any) *ToolRe
|
||||||
urlStr,
|
urlStr,
|
||||||
extractor,
|
extractor,
|
||||||
truncated,
|
truncated,
|
||||||
text
|
text)
|
||||||
),
|
|
||||||
|
|
||||||
return &ToolResult{
|
return &ToolResult{
|
||||||
ForLLM: forLLM,
|
ForLLM: forLLM,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue