mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 22:56:05 +00:00
Co-authored-by: jacoblee93 <jacoblee93@gmail.com> Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
10 lines
289 B
Plaintext
10 lines
289 B
Plaintext
---
|
|
sidebar_position: 0
|
|
---
|
|
# API chains
|
|
APIChain enables using LLMs to interact with APIs to retrieve relevant information. Construct the chain by providing a question relevant to the provided API documentation.
|
|
|
|
import Example from "@snippets/modules/chains/popular/api.mdx"
|
|
|
|
<Example/>
|