Skip to content

Commit

Permalink
Fix broken link (#4336)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Feb 8, 2024
1 parent 3b062f3 commit 13b4a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core_docs/docs/expression_language/interface.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import CodeBlock from "@theme/CodeBlock";

# Interface

In an effort to make it as easy as possible to create custom chains, we've implemented a ["Runnable"](https://api.js.langchain.com/classes/schema_runnable.Runnable.html) protocol that most components implement.
In an effort to make it as easy as possible to create custom chains, we've implemented a ["Runnable"](https://api.js.langchain.com/classes/langchain_core_runnables.Runnable.html) protocol that most components implement.
This is a standard interface with a few different methods, which make it easy to define custom chains as well as making it possible to invoke them in a standard way. The standard interface exposed includes:

- [`stream`](/docs/expression_language/interface#stream): stream back chunks of the response
Expand Down

0 comments on commit 13b4a9d

Please sign in to comment.