mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-24 05:50:18 +00:00
Co-authored-by: jacoblee93 <jacoblee93@gmail.com> Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
11 lines
305 B
Plaintext
11 lines
305 B
Plaintext
---
|
|
sidebar_position: 5
|
|
---
|
|
# Callbacks
|
|
|
|
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/>
|