langchain_core.utils.function_calling.FunctionDescription¶

class langchain_core.utils.function_calling.FunctionDescription[source]¶

Representation of a callable function to send to an LLM.

name: str¶

The name of the function.

description: str¶

A description of the function.

parameters: dict¶

The parameters of the function.