Creates a new instance of the RunCollectorCallbackHandler class.
The ID of the example.
OptionalexampleOptionalexampleThe ID of the example.
The name of the callback handler.
ProtectedrunProtectedrunAn array of traced runs.
ProtectedusesProtectedgetCalled when an agent is about to execute an action, with the action and the run ID.
Called when an agent finishes execution, before it exits. with the final output and the run ID.
Called at the end of a Chain run, with the outputs and the run ID.
Optional_parentRunId: stringOptional_tags: string[]Optionalkwargs: { Optionalinputs?: Record<string, unknown>Called if a Chain run encounters an error
Optional_parentRunId: stringOptional_tags: string[]Optionalkwargs: { Optionalinputs?: Record<string, unknown>Called at the start of a Chain run, with the chain name and inputs and the run ID.
OptionalparentRunId: stringOptionaltags: string[]Optionalmetadata: KVMapOptionalrunType: stringOptionalname: stringCalled at the start of a Chat Model run, with the prompt(s) and the run ID.
OptionalparentRunId: stringOptionalextraParams: KVMapOptionaltags: string[]Optionalmetadata: KVMapOptionalname: stringOptionalhandleCalled at the end of an LLM/ChatModel run, with the output and the run ID.
Optional_parentRunId: stringOptional_tags: string[]OptionalextraParams: Record<string, unknown>Called when an LLM/ChatModel in streaming mode produces a new token
idx.prompt is the index of the prompt that produced the token (if there are multiple prompts) idx.completion is the index of the completion that produced the token (if multiple completions per prompt are requested)
Optional_parentRunId: stringOptional_tags: string[]Optionalfields: HandleLLMNewTokenCallbackFieldsCalled at the start of an LLM or Chat Model run, with the prompt(s) and the run ID.
OptionalparentRunId: stringOptionalextraParams: KVMapOptionaltags: string[]Optionalmetadata: KVMapOptionalname: stringOptionalparentRunId: stringOptionaltags: string[]Optionalmetadata: KVMapOptionalname: stringCalled at the start of a Tool run, with the tool name and input and the run ID.
OptionalparentRunId: stringOptionaltags: string[]Optionalmetadata: KVMapOptionalname: stringOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonLLMEndOptionalonLLMErrorOptionalonLLMNewOptionalkwargs: { OptionalonLLMStartOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonProtectedpersistProtectedstringifyStaticfrom
A callback handler that collects traced runs and makes it easy to fetch the traced run object from calls through any langchain object. For instance, it makes it easy to fetch the run ID and then do things with that, such as log feedback.