Edit

@Serializable
class Edit(val created: Long, val choices: List<Choice>, val usage: Usage)

Response to the edit creation request.

Constructors

Link copied to clipboard
constructor(created: Long, choices: List<Choice>, usage: Usage)

Properties

Link copied to clipboard

A list of generated completions.

Link copied to clipboard

The creation time in epoch milliseconds.

Link copied to clipboard

Edit usage data.