refactor(llm): share transient retry across agent paths
This commit is contained in:
@@ -123,7 +123,7 @@ class SubagentManager:
|
||||
while iteration < max_iterations:
|
||||
iteration += 1
|
||||
|
||||
response = await self.provider.chat(
|
||||
response = await self.provider.chat_with_retry(
|
||||
messages=messages,
|
||||
tools=tools.get_definitions(),
|
||||
model=self.model,
|
||||
|
||||
Reference in New Issue
Block a user