mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-24 05:50:18 +00:00
15 lines
447 B
Plaintext
15 lines
447 B
Plaintext
---
|
|
sidebar_position: 5
|
|
---
|
|
# Callbacks
|
|
|
|
:::info
|
|
Head to [Integrations](/docs/integrations/callbacks/) for documentation on built-in callbacks integrations with 3rd-party tools.
|
|
:::
|
|
|
|
LangChain provides a callbacks system that allows you to hook into the various stages of your LLM application. This is useful for logging, monitoring, streaming, and other tasks.
|
|
|
|
import GetStarted from "@snippets/modules/callbacks/get_started.mdx"
|
|
|
|
<GetStarted/>
|