Module openai_flows::chat
source · Structs
- struct for setting the chat options.
- Response struct for the chat completion.
Enums
- Models for Chat
Functions
- Fetch the question history of conversation_id Result will be an array of string whose length is restricted by limit. When limit is 0, all history will be returned.