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/gen_ai.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ The input messages sent to the model
96
96
| Property | Value |
97
97
| --- | --- |
98
98
| Type |`string`|
99
-
| Has PII |false|
99
+
| Has PII |maybe|
100
100
| Exists in OpenTelemetry | Yes |
101
101
| Example |`[{"role": "user", "message": "hello"}]`|
102
102
@@ -141,7 +141,7 @@ The messages passed to the model. It has to be a stringified version of an array
141
141
| Property | Value |
142
142
| --- | --- |
143
143
| Type |`string`|
144
-
| Has PII |true|
144
+
| Has PII |maybe|
145
145
| Exists in OpenTelemetry | No |
146
146
| Example |`[{"role": "system", "content": "Generate a random number."}, {"role": "user", "content": [{"text": "Generate a random number between 0 and 10.", "type": "text"}]}]`|
147
147
@@ -259,7 +259,7 @@ The model's response text messages. It has to be a stringified version of an arr
259
259
| Property | Value |
260
260
| --- | --- |
261
261
| Type |`string`|
262
-
| Has PII |true|
262
+
| Has PII |maybe|
263
263
| Exists in OpenTelemetry | No |
264
264
| Example |`["The weather in Paris is rainy and overcast, with temperatures around 57°F", "The weather in London is sunny and warm, with temperatures around 65°F"]`|
265
265
@@ -281,7 +281,7 @@ The tool calls in the model's response. It has to be a stringified version of an
281
281
| Property | Value |
282
282
| --- | --- |
283
283
| Type |`string`|
284
-
| Has PII |true|
284
+
| Has PII |maybe|
285
285
| Exists in OpenTelemetry | No |
286
286
| Example |`[{"name": "get_weather", "arguments": {"location": "Paris"}}]`|
287
287
@@ -326,7 +326,7 @@ The input of the tool being used. It has to be a stringified version of the inpu
326
326
| Property | Value |
327
327
| --- | --- |
328
328
| Type |`string`|
329
-
| Has PII |true|
329
+
| Has PII |maybe|
330
330
| Exists in OpenTelemetry | No |
331
331
| Example |`{"location": "Paris"}`|
332
332
@@ -360,7 +360,7 @@ The output of the tool being used. It has to be a stringified version of the out
Copy file name to clipboardExpand all lines: model/attributes/code/code__namespace.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"brief": "The 'namespace' within which code.function is defined. Usually the qualified class or module name, such that code.namespace + some separator + code.function form a unique identifier for the code unit.",
Copy file name to clipboardExpand all lines: model/attributes/gen_ai/gen_ai__request__messages.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"brief": "The messages passed to the model. It has to be a stringified version of an array of objects. The \"content\" can be a string or an array of objects.",
4
4
"type": "string",
5
5
"pii": {
6
-
"key": "true"
6
+
"key": "maybe"
7
7
},
8
8
"is_in_otel": false,
9
9
"example": "[{\"role\": \"system\", \"content\": \"Generate a random number.\"}, {\"role\": \"user\", \"content\": [{\"text\": \"Generate a random number between 0 and 10.\", \"type\": \"text\"}]}]",
Copy file name to clipboardExpand all lines: model/attributes/gen_ai/gen_ai__response__text.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"brief": "The model's response text messages. It has to be a stringified version of an array of response text messages.",
4
4
"type": "string",
5
5
"pii": {
6
-
"key": "true"
6
+
"key": "maybe"
7
7
},
8
8
"is_in_otel": false,
9
9
"example": "[\"The weather in Paris is rainy and overcast, with temperatures around 57°F\", \"The weather in London is sunny and warm, with temperatures around 65°F\"]",
0 commit comments