50 ChatMessage,
51 ChatMessageChunk,
52▶ FunctionMessage,
53 FunctionMessageChunk,
54 HumanMessage,
· · ·
53▶ FunctionMessageChunk,
54 HumanMessage,
55 HumanMessageChunk,
· · ·
87)
88from langchain_core.utils._gateway import _apply_gateway_config
89▶from langchain_core.utils.function_calling import (
90 convert_to_json_schema,
91 convert_to_openai_tool,
· · ·
139 additional_kwargs["reasoning_content"] = reasoning_content
140
141▶ if function_call := _dict.get("function_call"):
142 additional_kwargs["function_call"] = dict(function_call)
143
· · ·
142▶ additional_kwargs["function_call"] = dict(function_call)
143
144 tool_calls = []
+ 48 more matches in this file