Allow QA agent to retry

This commit is contained in:
Yiorgis Gozadinos 2025-10-06 11:21:42 +03:00
parent 99463cc39b
commit cf2af489b5
No known key found for this signature in database

View file

@ -42,6 +42,7 @@ class QuestionAnswerAgent:
model=model_obj,
deps_type=Dependencies,
system_prompt=system_prompt,
retries=3,
)
@self._agent.tool