Skip to main content
Version: Next

OpenAIChatCompletionsMessagesParameters

Inherits

Properties

PropertyTypeDefault ValueDescription
afterText""Identifier for the last message from the previous pagination request.
limitInteger0Number of messages to retrieve.
orderText"asc"Sort order for messages by timestamp. Use asc for ascending order or desc for descending order. Defaults to asc.

See also