diff --git a/docs/core_docs/docs/concepts/index.mdx b/docs/core_docs/docs/concepts/index.mdx index d01291666ab4..709e31ef9af1 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.