mirror of
https://github.com/vxcontrol/langchaingo.git
synced 2026-07-20 14:13:36 -04:00
55f772c21a
* Docs: fix comment typo * docs: a llm -> an LLM --------- Co-authored-by: Travis Cline <travis.cline@gmail.com>
4 lines
152 B
Go
4 lines
152 B
Go
// Package chains contains a standard interface for chains, a number of built-in chains and
|
|
// functions for calling and running chains.
|
|
package chains
|