FunctionDescription#
- class langchain_community.utils.ernie_functions.FunctionDescription[source]#
Representation of a callable function to the Ernie API.
- name: str#
The name of the function.
- description: str#
A description of the function.
- parameters: dict#
The parameters of the function.