Represents the state of the response from a Bedrock agent function:
FAILURE
DependencyFailedException
REPROMPT
Represents the state of the response from a Bedrock agent function:
FAILURE
: The agent throws aDependencyFailedException
for the current session.REPROMPT
: The agent passes a response string to the model to reprompt it.