File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/core/langchain_core/messages Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ class TextContentBlock(TypedDict, extra_items=Any):
83
83
84
84
- ``TextContentBlock``: Standard text output.
85
85
- ``Citation``: For annotations that link text output to a source document.
86
- - ``ToolCallContentBlock ``: For function calling.
86
+ - ``ToolCall ``: For function calling.
87
87
- ``ReasoningContentBlock``: To capture a model's thought process.
88
88
- Multimodal data:
89
89
- ``ImageContentBlock``
@@ -834,7 +834,7 @@ class NonStandardContentBlock(TypedDict):
834
834
The purpose of this block should be to simply hold a provider-specific payload.
835
835
If a provider's non-standard output includes reasoning and tool calls, it should be
836
836
the adapter's job to parse that payload and emit the corresponding standard
837
- ``ReasoningContentBlock`` and ``ToolCallContentBlocks ``.
837
+ ``ReasoningContentBlock`` and ``ToolCalls ``.
838
838
839
839
Has no ``extras`` field, as provider-specific data should be included in the
840
840
``value`` field.
You can’t perform that action at this time.
0 commit comments