gen_ai.tool.call.arguments
MovedGenAI registryanyas of v1.44.0
Parameters passed to the tool call.
> [!WARNING] > This attribute may contain sensitive information.
It's expected to be an object - in case a serialized string is available to the instrumentation, the instrumentation SHOULD do the best effort to deserialize it to an object. When recorded on spans, it MAY be recorded as a JSON string if structured format is not supported and SHOULD be recorded in structured form otherwise.
Examples
- { "location": "San Francisco?", "date": "2025-10-01" }
Used by
spans (2)
- span.gen_ai.execute_tool.internal (opt-in)
- span.mcp.client (opt-in)
* required on that signal.
History
- v1.42.0deprecated
Moved to the OpenTelemetry GenAI semantic conventions repository.
Added as development.