Ask a question to get started
Enter to send•Shift+Enter new line
End a trace for a chain run.
on_chain_end( self, outputs: dict[str, Any], *, run_id: UUID, inputs: dict[str, Any] | None = None, **kwargs: Any = {} ) -> Run
outputs
dict[str, Any]
The outputs for the chain.
run_id
UUID
The run ID.
inputs
dict[str, Any] | None
None
The inputs for the chain.
**kwargs
Any
{}
Additional arguments.