Skip to content

Commit

Permalink
docs: Remove dead link (#7124)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Oct 31, 2024
1 parent 3673a58 commit 81c865a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/core_docs/docs/concepts/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 81c865a

Please sign in to comment.