Skip to content

Commit f9b22ea

Browse files
committed
Update sgr_tools_agent.py
1 parent ca77217 commit f9b22ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sgr_deep_research/core/agents/sgr_tools_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async def _prepare_tools(self) -> list[ChatCompletionFunctionToolParam]:
6767
tools -= {
6868
WebSearchTool,
6969
}
70-
return [pydantic_function_tool(tool, name=tool.tool_name) for tool in tools]
70+
return [pydantic_function_tool(tool, name=tool.tool_name, description="") for tool in tools]
7171

7272
async def _reasoning_phase(self) -> ReasoningTool:
7373
async with self.openai_client.chat.completions.stream(

0 commit comments

Comments
 (0)