Constant GEN_AI_TOOL_CALL_ARGUMENTS
pub const GEN_AI_TOOL_CALL_ARGUMENTS: &'static str;👎Deprecated:
{note: Moved to the OpenTelemetry GenAI semantic conventions repository. , reason: uncategorized}
Available on crate features
opentelemetry and semconv_experimental only.Expand description
Parameters passed to the tool call.
§Notes
] [!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
"{\n \"location\": \"San Francisco?\",\n \"date\": \"2025-10-01\"\n}\n"