QuestionQ12
Test and manage agentsAn agent uses a flow that calls an external service which can occasionally fail or time out.
When a failure occurs, the agent must meet the following requirements:
- Must not terminate silently.
- Must send a notification containing the error details.
- You need to configure the agent flow so that failures are handled in a controlled and predictable way.
Solution: Retry the failing action without handling the failure.
Does this solution meet the goal?
Community Discussion