Skip to content

Commit 600c3f0

Browse files
authored
docs: broken link in chat models page (#7816)
1 parent 8004d9a commit 600c3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core_docs/docs/concepts/chat_models.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ LangChain provides a consistent interface for working with chat models from diff
1919
- Integrations with many chat model providers (e.g., Anthropic, OpenAI, Ollama, Microsoft Azure, Google Vertex, Amazon Bedrock, Hugging Face, Cohere, Groq). Please see [chat model integrations](/docs/integrations/chat/) for an up-to-date list of supported models.
2020
- Use either LangChain's [messages](/docs/concepts/messages) format or OpenAI format.
2121
- Standard [tool calling API](/docs/concepts/tool_calling): standard interface for binding tools to models, accessing tool call requests made by models, and sending tool results back to the model.
22-
- Standard API for structuring outputs (/docs/concepts/structured_outputs) via the `withStructuredOutput` method.
22+
- Standard API for [structuring outputs](/docs/concepts/structured_outputs) via the `withStructuredOutput` method.
2323
- Integration with [LangSmith](https://docs.smith.langchain.com) for monitoring and debugging production-grade applications based on LLMs.
2424
- Additional features like standardized [token usage](/docs/concepts/messages#token_usage), [rate limiting](#rate-limiting), [caching](#cache) and more.
2525

0 commit comments

Comments
 (0)