Skip to content

Commit 962212f

Browse files
Update genai-commons.md
1 parent 6fa104c commit 962212f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/marketplace/genai/reference-guide/genai-commons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ A span is created for each interaction between Mendix and the LLM (such as chat
152152
| `EndTime` | The end time after the model invocation is completed. |
153153
| `DurationMilliseconds` | The duration between the start and end of the whole model invocation. |
154154
| `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. |
155156

156157
#### `ModelSpan` {#model-span}
157158

@@ -172,7 +173,6 @@ A tool span is created for each tool call requested by the LLM. The tool call is
172173
| `ToolName` | The name of the tool that was called. |
173174
| `_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). |
174175
| `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. |
176176

177177
#### `KnowledgeBaseSpan` {#knowledge-base-span}
178178

0 commit comments

Comments
 (0)