We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962212f commit 6583d33Copy full SHA for 6583d33
1 file changed
content/en/docs/marketplace/genai/reference-guide/genai-commons.md
@@ -138,6 +138,7 @@ The data stored in this entity is to be used later on for traceability use cases
138
| `DurationMilliseconds` | The duration between the start and end of the whole model invocation. |
139
| `Input` | The initial input of the model invocation (usually a user prompt). |
140
| `Output` | The response of the final message sent by the model (usually an assistant message). |
141
+| `HasError` | Indicates if any span call has failed. |
142
| `_AgentVersionId` | The id of the agent version (if applicable) as sent via the request. |
143
| `_ConversationId` | The id of the conversation (if applicable) as sent via the request. This is usually created by the model provider. |
144
0 commit comments