We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70048e3 commit cb06a5bCopy full SHA for cb06a5b
.agents/researcher.ts
@@ -31,7 +31,7 @@ const config: AgentConfig = {
31
handleSteps: function* ({ agentState, prompt, params }) {
32
yield {
33
toolName: 'web_search',
34
- args: { prompt },
+ args: { query: prompt },
35
}
36
yield 'STEP_ALL'
37
},
backend/src/templates/agents/researcher.ts
@@ -48,7 +48,7 @@ Always end your response with the end_turn tool.\\n\\n` +
48
49
50
51
52
53
54
0 commit comments