ToolDescription#
- class langchain_core.utils.function_calling.ToolDescription[source]#
Representation of a callable function to the OpenAI API.
- type: Literal['function']#
The type of the tool.
- function: FunctionDescription#
The function description.
Site Navigation
Section Navigation
agentsbetacachescallbackschat_historychat_loaderschat_sessionsdocument_loadersdocumentsembeddingsexample_selectorsexceptionsglobalsgraph_vectorstoresindexinglanguage_modelsloadmemorymessagesoutput_parsersoutputsprompt_valuespromptsrate_limitersretrieversrunnablesstoresstructured_querysys_infotoolstracersutilsvectorstoresutilsRepresentation of a callable function to the OpenAI API.
The type of the tool.
The function description.