Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

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

on_trace_end

Method
This is a method of the ObservabilityAdapter class in the obs module.
Called when a trace ends.

Signature

def on_trace_end(trace_id: str, status: str, metadata: Optional[Dict[str, Any]]) -> None

Parameters

trace_id
str
required
No description available.
status
str
default:"'ok'"
No description available.
metadata
Optional
No description available.

Source

View on GitHub

praisonaiagents/obs/__init__.py at line 71