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: generated/attributes/all.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
This page lists all available attributes across all categories.
6
6
7
-
Total attributes: 413
7
+
Total attributes: 414
8
8
9
9
## Stable Attributes
10
10
@@ -110,6 +110,7 @@ Total attributes: 413
110
110
|[`gen_ai.tool.output`](./gen_ai.md#gen_aitooloutput)| The output of the tool being used. It has to be a stringified version of the output of the tool. |
111
111
|[`gen_ai.tool.type`](./gen_ai.md#gen_aitooltype)| The type of tool being used. |
112
112
|[`gen_ai.usage.input_tokens`](./gen_ai.md#gen_aiusageinput_tokens)| The number of tokens used to process the AI input (prompt) without cached input tokens. |
113
+
|[`gen_ai.usage.input_tokens.cache_write`](./gen_ai.md#gen_aiusageinput_tokenscache_write)| The number of tokens written to the cache when processing the AI input (prompt). |
113
114
|[`gen_ai.usage.input_tokens.cached`](./gen_ai.md#gen_aiusageinput_tokenscached)| The number of cached tokens used to process the AI input (prompt). |
114
115
|[`gen_ai.usage.output_tokens`](./gen_ai.md#gen_aiusageoutput_tokens)| The number of tokens used for creating the AI output (without reasoning tokens). |
115
116
|[`gen_ai.usage.output_tokens.reasoning`](./gen_ai.md#gen_aiusageoutput_tokensreasoning)| The number of tokens used for reasoning to create the AI output. |
0 commit comments