From d4ec79fd10474ee0b99d5de7c78a408e2f325bcb Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Thu, 5 Feb 2026 17:07:51 -0500 Subject: [PATCH] format --- libs/partners/anthropic/langchain_anthropic/chat_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/partners/anthropic/langchain_anthropic/chat_models.py b/libs/partners/anthropic/langchain_anthropic/chat_models.py index 4ff3559719b..a23a05463e7 100644 --- a/libs/partners/anthropic/langchain_anthropic/chat_models.py +++ b/libs/partners/anthropic/langchain_anthropic/chat_models.py @@ -1899,7 +1899,7 @@ def _lc_tool_calls_to_anthropic_tool_use_blocks( def _convert_to_anthropic_output_config_format(schema: dict | type) -> dict[str, Any]: - """Convert JSON schema, Pydantic model, or `TypedDict` into Claude `output_config.format`. + """Convert JSON schema, Pydantic model, or `TypedDict` into `output_config.format`. See Claude docs on [structured outputs](https://platform.claude.com/docs/en/build-with-claude/structured-outputs).