ArthurCallbackHandler(
self,
arthur_model: ArthurModel,
)| Name | Type |
|---|---|
| arthur_model | ArthurModel |
Callback Handler that logs to Arthur platform.
Arthur helps enterprise teams optimize model operations and performance at scale. The Arthur API tracks model performance, explainability, and fairness across tabular, NLP, and CV models. Our API is model- and platform-agnostic, and continuously scales with complex and dynamic enterprise needs. To learn more about Arthur, visit our website at https://www.arthur.ai/ or read the Arthur docs at https://docs.arthur.ai/
Initialize callback handler from Arthur credentials.
On LLM start, save the input prompts
On LLM end, send data to Arthur.
On chain start, do nothing.
On chain end, do nothing.
Do nothing when LLM outputs an error.
On new token, pass.
Do nothing when LLM chain outputs an error.
Do nothing when tool starts.
Do nothing when agent takes a specific action.
Do nothing when tool ends.
Do nothing when tool outputs an error.
Do nothing
Do nothing