OpenAIFunction#

class langchain.runnables.openai_functions.OpenAIFunction[source]#

A function description for ChatOpenAI

name: str#

The name of the function.

description: str#

The description of the function.

parameters: dict#

The parameters to the function.