Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
def build_span_attributes(span: BaseStep, session_id: str | None=None) -> dict[str, AttributeValue]
def normalize_attributes_for_export(attrs: Mapping[str, AttributeValue], *, enabled: bool=True) -> dict[str, AttributeValue]
def set_agent_attributes(attrs: MutableMapping[str, AttributeValue], span: AgentSpan) -> None
def set_common_attributes(attrs: MutableMapping[str, AttributeValue], span: BaseStep, session_id: str | None=None) -> None
def set_control_attributes(attrs: MutableMapping[str, AttributeValue], span: ControlSpan) -> None
def set_dataset_attributes(attrs: MutableMapping[str, AttributeValue], span: BaseStep) -> None
def set_llm_attributes(attrs: MutableMapping[str, AttributeValue], span: LlmSpan) -> None
def set_retriever_attributes(attrs: MutableMapping[str, AttributeValue], span: RetrieverSpan) -> None
def set_tool_attributes(attrs: MutableMapping[str, AttributeValue], span: ToolSpan) -> None
def set_workflow_attributes(attrs: MutableMapping[str, AttributeValue], span: WorkflowSpan) -> None