mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 06:33:41 +00:00
Co-authored-by: jacoblee93 <jacoblee93@gmail.com> Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
9 lines
274 B
Plaintext
9 lines
274 B
Plaintext
# Debugging chains
|
|
|
|
It can be hard to debug a `Chain` object solely from its output as most `Chain` objects involve a fair amount of input prompt preprocessing and LLM output post-processing.
|
|
|
|
import Example from "@snippets/modules/chains/how_to/debugging.mdx"
|
|
|
|
<Example/>
|
|
|