From 9854789695308dd6dd1cddd1ee1b26c1a23c0a0f Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Wed, 30 Oct 2024 22:54:11 -0700 Subject: [PATCH] docs: Remove dead link (#7124) --- docs/core_docs/docs/concepts/index.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/core_docs/docs/concepts/index.mdx b/docs/core_docs/docs/concepts/index.mdx index d01291666ab43..709e31ef9af16 100644 --- a/docs/core_docs/docs/concepts/index.mdx +++ b/docs/core_docs/docs/concepts/index.mdx @@ -43,7 +43,6 @@ The conceptual guide does not cover step-by-step instructions or specific implem - **[AIMessageChunk](/docs/concepts/messages#aimessagechunk)**: A partial response from an AI message. Used when streaming responses from a chat model. - **[AIMessage](/docs/concepts/messages#aimessage)**: Represents a complete response from an AI model. -- **[streamEvents](/docs/concepts/streaming#streamevents)**: Stream granular information from [LCEL](/docs/concepts/lcel) chains. - **[StructuredTool](/docs/concepts/tools#structuredtool)**: The base class for all tools in LangChain. - **[batch](/docs/concepts/runnables)**: Use to execute a runnable with batch inputs a Runnable. - **[bindTools](/docs/concepts/chat_models#bind-tools)**: Allows models to interact with tools.