langchain_core.messages.tool.tool_call

langchain_core.messages.tool.tool_call(*, name: str, args: Dict[str, Any], id: Optional[str]) ToolCall[source]
参数
  • name (字符串) –

  • args (字典) –

  • id (可选字符串) –

返回类型

ToolCall