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
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/genai/reference-guide/genai-commons.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,7 @@ A span is created for each interaction between Mendix and the LLM (such as chat
152
152
|`EndTime`| The end time after the model invocation is completed. |
153
153
|`DurationMilliseconds`| The duration between the start and end of the whole model invocation. |
154
154
|`Output`| The output of the span. |
155
+
|`IsError`| Indicates if the call failed. If so, the span's output will contain the error message that was also logged. |
155
156
156
157
#### `ModelSpan` {#model-span}
157
158
@@ -172,7 +173,6 @@ A tool span is created for each tool call requested by the LLM. The tool call is
172
173
|`ToolName`| The name of the tool that was called. |
173
174
|`_ToolCallId`| The ID of the tool call used by the model to map an assistant message containing a tool call with the output of the tool call (tool message). |
174
175
|`Input`| The input of the tool call as passed by the LLM. |
175
-
|`IsError`| Indicates if the tool call failed. If so, the span's output will contain the error message that was also logged and sent to the LLM as a tool result. |
0 commit comments