工具描述#

class langchain_core.utils.function_calling.ToolDescription[source]#

表示可调用函数到OpenAI API。

type: Literal['function']#

工具的类型。

function: FunctionDescription#

函数描述。