-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
Description
Hi! I'm trying to figure out how to track the finish_reason
of my agents when using the Runner
class.
Before switching to this repo, I was monitoring the finish_reason
from each completion and logging them to one of my services. Is there a similar way to do this here?
I noticed these two documentation links about exceptions:
- https://openai.github.io/openai-agents-python/running_agents/#exceptions
- https://openai.github.io/openai-agents-python/ref/exceptions/
However, I couldn’t find any specific point where finish_reason
is handled.
Are they automatically managed in some way by the Agents?
Thank you
lucatorellimxm