Skip to main content

Documentation Index

Fetch the complete documentation index at: https://handbook.fiddler.ai/llms.txt

Use this file to discover all available pages before exploring further.

Get span attributes from a Model or AgentTool object. Retrieves custom attributes that were previously set using set_span_attributes(). Returns an empty dictionary if no attributes have been set.

Parameters

ParameterTypeRequiredDefaultDescription
obj`ModelAgentTool`None

Returns

Dictionary of attribute key-value pairs, or empty dict if none exist Return type: dict[str, str | int | float | bool]