Skip to content

Commit c85cd9a

Browse files
committed
Update proposed type for tool.call.result
1 parent 2118ebb commit c85cd9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rfcs/text/0052-gen_ai-additional-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gen_ai.input.messages | (Looking for feedback) flattened | The chat history prov
3636
gen_ai.output.messages | (Looking for feedback) flattened | Messages returned by the model where each message represents a specific model response (choice, candidate).
3737
gen_ai.tool.definitions | (Looking for feedback) nested | (Part of invoke_agent span) The list of source system tool definitions available to the GenAI agent or model.
3838
gen_ai.tool.call.arguments | (Looking for feedback) nested | (Part of OTel execute_tool span) Parameters passed to the tool call.
39-
gen_ai.tool.call.result | (Looking for feedback) nested | (Part of OTel execute_tool span) The result returned by the tool call (if any and if execution was successful).
39+
gen_ai.tool.call.result | (Looking for feedback) flattened | (Part of OTel execute_tool span) The result returned by the tool call (if any and if execution was successful).
4040

4141
Changes based on OTel https://github.com/open-telemetry/semantic-conventions/pull/2179/files
4242

rfcs/text/0052/gen_ai.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
otel:
4343
- relation: match
4444
- name: tool.call.results
45-
type: nested
45+
type: flattened
4646
description: The result returned by the tool call (if any and if execution was successful).
4747
example: TODO
4848
level: extended

0 commit comments

Comments
 (0)