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
| Error expression | No | You can handle an AI Agent connector error using an Error Boundary Event and [error expressions](/components/connectors/use-connectors/index.md#error-expression). |
10
10
11
-
In the error expression, you can handle the following error codes emitted by the AI Agent connector to react on specific situations. For example, you can map a specific error code to a BPMN error and model
11
+
In the error expression, you can handle the following error codes emitted by the AI Agent connector to respond to specific situations. For example, you can map a specific error code to a BPMN error and model
|`FAILED_MODEL_CALL`| The call to the LLM API failed, for example due to misconfiguration or wrong credentials. The error message contains additional details. |
17
17
|`FAILED_TO_PARSE_RESPONSE_CONTENT`| The AI Agent was configured to parse the LLM response as JSON, but the parsing failed. |
18
18
|`MAXIMUM_NUMBER_OF_MODEL_CALLS_REACHED`| The AI Agent reached the maximum number of configured model calls. |
19
-
|`NO_USER_MESSAGE_CONTENT`| Indicates that no user messages content - either coming from a user prompt or a document - was provided to the agent.|
20
-
|`TOOL_CALL_RESULTS_ON_EMPTY_CONTEXT`| Tool call results were passed to the AI Agent despite the context being empty. This typically indicates misconfiguration of the agent context. |
19
+
|`NO_USER_MESSAGE_CONTENT`| Indicates that no user message content, either from a user prompt or a document, was provided to the agent. |
20
+
|`TOOL_CALL_RESULTS_ON_EMPTY_CONTEXT`| Tool call results were passed to the AI Agent despite the context being empty, which typically indicates a misconfiguration of the agent context. |
Copy file name to clipboardExpand all lines: versioned_docs/version-8.8/components/connectors/out-of-the-box-connectors/agentic-ai/aiagent/configuration/_error-handling.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@ If an error occurs, the AI Agent connector throws an error and includes the erro
| Error expression | No | You can handle an AI Agent connector error using an Error Boundary Event and [error expressions](/components/connectors/use-connectors/index.md#error-expression). |
10
10
11
-
In the error expression, you can handle the following error codes emitted by the AI Agent connector to react on specific situations. For example, you can map a specific error code to a BPMN error and model
11
+
In the error expression, you can handle the following error codes emitted by the AI Agent connector to respond to specific situations. For example, you can map a specific error code to a BPMN error and model
|`FAILED_TO_PARSE_RESPONSE_CONTENT`| The AI Agent was configured to parse the LLM response as JSON, but the parsing failed. |
17
17
|`MAXIMUM_NUMBER_OF_MODEL_CALLS_REACHED`| The AI Agent reached the maximum number of configured model calls. |
18
-
|`NO_USER_MESSAGE_CONTENT`| Indicates that no user messages content - either coming from a user prompt or a document - was provided to the agent.|
19
-
|`TOOL_CALL_RESULTS_ON_EMPTY_CONTEXT`| Tool call results were passed to the AI Agent despite the context being empty. This typically indicates misconfiguration of the agent context. |
18
+
|`NO_USER_MESSAGE_CONTENT`| Indicates that no user message content, either from a user prompt or a document, was provided to the agent. |
19
+
|`TOOL_CALL_RESULTS_ON_EMPTY_CONTEXT`| Tool call results were passed to the AI Agent despite the context being empty, which typically indicates a misconfiguration of the agent context. |
0 commit comments