mirror of
https://github.com/vxcontrol/langchaingo.git
synced 2026-07-21 17:05:31 -04:00
5 lines
225 B
Go
5 lines
225 B
Go
// Package callbacks includes a standard interface for hooking into various
|
|
// stages of your LLM application. The package contains an implementation of
|
|
// this interface that prints to the standard output.
|
|
package callbacks
|