Skip to content

Commit 925ad65

Browse files
committed
fix(core): typo in content.py
1 parent e09d90b commit 925ad65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/core/langchain_core/messages/content.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class TextContentBlock(TypedDict, extra_items=Any):
8383
8484
- ``TextContentBlock``: Standard text output.
8585
- ``Citation``: For annotations that link text output to a source document.
86-
- ``ToolCallContentBlock``: For function calling.
86+
- ``ToolCall``: For function calling.
8787
- ``ReasoningContentBlock``: To capture a model's thought process.
8888
- Multimodal data:
8989
- ``ImageContentBlock``
@@ -834,7 +834,7 @@ class NonStandardContentBlock(TypedDict):
834834
The purpose of this block should be to simply hold a provider-specific payload.
835835
If a provider's non-standard output includes reasoning and tool calls, it should be
836836
the adapter's job to parse that payload and emit the corresponding standard
837-
``ReasoningContentBlock`` and ``ToolCallContentBlocks``.
837+
``ReasoningContentBlock`` and ``ToolCalls``.
838838
839839
Has no ``extras`` field, as provider-specific data should be included in the
840840
``value`` field.

0 commit comments

Comments
 (0)