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
We don't want the user's code to fail if the agent is called - even with invalid input. Currently there are some places in agent's code with exceptions being raised - please change it to Success/Failure with Try containers.
Also, let's first discuss with the team whether this approach generally speaking makes sense or whether it would be good to parametrize this somehow, or so.
Obvious note: This ticket will change the data model, at least the internal one on the agent.
The text was updated successfully, but these errors were encountered:
Background
We don't want the user's code to fail if the agent is called - even with invalid input. Currently there are some places in agent's code with exceptions being raised - please change it to Success/Failure with Try containers.
Also, let's first discuss with the team whether this approach generally speaking makes sense or whether it would be good to parametrize this somehow, or so.
Obvious note: This ticket will change the data model, at least the internal one on the agent.
The text was updated successfully, but these errors were encountered: