merge origin/main into pr-1704
This commit is contained in:
@@ -587,7 +587,7 @@ class AgentLoop:
|
||||
|
||||
tool_defs = self.tools.get_definitions()
|
||||
|
||||
response = await self.provider.chat(
|
||||
response = await self.provider.chat_with_retry(
|
||||
messages=messages,
|
||||
tools=tool_defs,
|
||||
model=self.model,
|
||||
|
||||
Reference in New Issue
Block a user