OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_GEN_AI_TOOL_CALL_ARGUMENTSConst Experimental

    ATTR_GEN_AI_TOOL_CALL_ARGUMENTS: "gen_ai.tool.call.arguments" = ...

    Parameters passed to the tool call.

    {
    * "location": "San Francisco?",
    * "date": "2025-10-01"
    * }
    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.

    This attribute is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.