Skip to content

Commit 9ae37ac

Browse files
Merge pull request continuedev#3879 from continuedev/dallin/web-tool
Fix: SearchWeb tool Args
2 parents ad35f02 + 16c3e61 commit 9ae37ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/tools/definitions/searchWeb.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ export const searchWebTool: Tool = {
1313
"Performs a web search, returning top results. This tool should only be called for questions that require external knowledge. Common programming questions do not require web search.",
1414
parameters: {
1515
type: "object",
16-
required: ["repo_url"],
16+
required: ["query"],
1717
properties: {
18-
repo_url: {
18+
query: {
1919
type: "string",
2020
description: "The natural language search query",
2121
},

0 commit comments

Comments
 (0)