Set research agents to retry 3 times
This commit is contained in:
parent
ad7a9ed324
commit
5f102c8475
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ class BaseResearchAgent[T](ABC):
|
|||
deps_type=ResearchDependencies,
|
||||
output_type=agent_output_type,
|
||||
system_prompt=self.get_system_prompt(),
|
||||
retries=3,
|
||||
)
|
||||
|
||||
# Register tools
|
||||
|
|
|
|||
Loading…
Reference in a new issue