Namespace OpenAI.ObjectModels.RequestModels
Classes
- Chat
Message The contents of the message. Messages must be an array of message objects, where each object has a role (either “system”, “user”, or “assistant”) and content (the content of the message) and an optional name
- Function
Call Describes a function call returned from GPT. A function call contains a function name, and a dictionary mapping function argument names to their values.
- Function
Definition Definition of a valid function call.
- Message
Content The content of a message.
- Response
Format An object specifying the format that the model must output. Used to enable JSON mode.
- Tool
Definition Definition of a valid tool.
- Tool
Output A list of tools for which the outputs are being submitted.