From 9a7a1b39b5c0a8961d9f14346e278cd75015f7b3 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Wed, 13 Nov 2024 11:33:35 -0500 Subject: [PATCH] fix link --- docs/docs/how_to/output_parser_string.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/output_parser_string.ipynb b/docs/docs/how_to/output_parser_string.ipynb index f0d38da0edcbd..17a2474e1e942 100644 --- a/docs/docs/how_to/output_parser_string.ipynb +++ b/docs/docs/how_to/output_parser_string.ipynb @@ -17,7 +17,7 @@ "\n", ":::\n", "\n", - "LangChain [message](/docs/concepts/messages/) objects support content in a [variety of formats](/docs/concepts/messages/#content), including text, [multimodal data](/docs/concepts/multimodality/), and a list of [content block](https://python.langchain.com/docs/concepts/messages/#aimessage) dicts.\n", + "LangChain [message](/docs/concepts/messages/) objects support content in a [variety of formats](/docs/concepts/messages/#content), including text, [multimodal data](/docs/concepts/multimodality/), and a list of [content block](/docs/concepts/messages/#aimessage) dicts.\n", "\n", "The format of [Chat model](/docs/concepts/chat_models/) response content may depend on the provider. For example, the chat model for [Anthropic](/docs/integrations/chat/anthropic/) will return string content for typical string input:" ]