Namespace OpenAI.ObjectModels.RequestModels
Classes
- ChatMessage
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
- FunctionCall
Describes a function call returned from GPT. A function call contains a function name, and a dictionary mapping function argument names to their values.
- FunctionDefinition
Definition of a valid function call.
- MessageContent
The content of a message.
- ResponseFormat
An object specifying the format that the model must output. Used to enable JSON mode.
- ToolDefinition
Definition of a valid tool.
- ToolOutput
A list of tools for which the outputs are being submitted.