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 541f8cd commit c327eddCopy full SHA for c327edd
src/backend/v4/magentic_agents/foundry_agent.py
@@ -235,12 +235,12 @@ async def _after_open(self) -> None:
235
236
# In Azure Search raw tool path, tools/tool_choice are handled server-side.
237
self._agent = ChatAgent(
238
- chat_client=chat_client,
+ chat_client=self.get_chat_client(chatClient),
239
instructions=self.agent_instructions,
240
name=self.agent_name,
241
description=self.agent_description,
242
tool_choice="required", # Force usage
243
- temperature=0.7,
+ temperature=1.0,
244
model_id=self.model_deployment_name,
245
)
246
else:
0 commit comments