Skip to main content

on_tool_call

Method
This is a method of the ObservabilityAdapter class in the obs module.
Called when a tool is invoked.

Signature

def on_tool_call(span_id: str, tool_name: str, args: Dict[str, Any], result: Any, latency_ms: Optional[float]) -> None

Parameters

span_id
str
required
No description available.
tool_name
str
required
No description available.
args
Dict
required
No description available.
result
Any
required
No description available.
latency_ms
Optional
No description available.