You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a simple tool which I'm using to describe images.
I'd like to fail the task if this tool fails for any reason.
For example, when an invalid url is passed as argument I don't want the agent generate an answer if it was unable to retrieve the image.
Graceful degradation is nice for some use cases, but for this one it will cause the agent to hallucinate.
How to prevent this behavior?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a simple tool which I'm using to describe images.
I'd like to fail the task if this tool fails for any reason.
For example, when an invalid url is passed as argument I don't want the agent generate an answer if it was unable to retrieve the image.
Graceful degradation is nice for some use cases, but for this one it will cause the agent to hallucinate.
How to prevent this behavior?
Beta Was this translation helpful? Give feedback.
All reactions