tool_call#

langchain_core.messages.tool.tool_call(*, name: str, args: Dict[str, Any], id: str | None) ToolCall[source]#
Parameters:
  • name (str) –

  • args (Dict[str, Any]) –

  • id (str | None) –

Return type:

ToolCall