OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_GEN_AI_TOOL_CALL_RESULTConst Experimental

    ATTR_GEN_AI_TOOL_CALL_RESULT: "gen_ai.tool.call.result" = ...

    The result returned by the tool call (if any and if execution was successful).

    {
    * "temperature_range": {
    * "high": 75,
    * "low": 60
    * },
    * "conditions": "sunny"
    * }
    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.