# LLMManagerMixin

> **Class** in `langchain_core`

📖 [View in docs](https://reference.langchain.com/python/langchain-core/callbacks/base/LLMManagerMixin)

Mixin for LLM callbacks.

## Signature

```python
LLMManagerMixin()
```

## Methods

- [`on_llm_new_token()`](https://reference.langchain.com/python/langchain-core/callbacks/base/LLMManagerMixin/on_llm_new_token)
- [`on_llm_end()`](https://reference.langchain.com/python/langchain-core/callbacks/base/LLMManagerMixin/on_llm_end)
- [`on_llm_error()`](https://reference.langchain.com/python/langchain-core/callbacks/base/LLMManagerMixin/on_llm_error)
- [`on_stream_event()`](https://reference.langchain.com/python/langchain-core/callbacks/base/LLMManagerMixin/on_stream_event)

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/1c3a4186cf2ba4f28face59118ac7786de009f91/libs/core/langchain_core/callbacks/base.py#L62)