We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca77217 commit f9b22eaCopy full SHA for f9b22ea
sgr_deep_research/core/agents/sgr_tools_agent.py
@@ -67,7 +67,7 @@ async def _prepare_tools(self) -> list[ChatCompletionFunctionToolParam]:
67
tools -= {
68
WebSearchTool,
69
}
70
- return [pydantic_function_tool(tool, name=tool.tool_name) for tool in tools]
+ return [pydantic_function_tool(tool, name=tool.tool_name, description="") for tool in tools]
71
72
async def _reasoning_phase(self) -> ReasoningTool:
73
async with self.openai_client.chat.completions.stream(
0 commit comments