Skip to content

EditResponse

MarcoDotIO edited this page Dec 5, 2022 · 1 revision

EditResponse

The Edit response sent from OpenAI

public struct EditResponse: Codable 

Inheritance

Codable

Properties

object

The type of OpenAIObject the Edit is.

public let object: OpenAIObject

created

When the Edit was created.

public let created: Int

choices

The choice outputs for the Edit.

public let choices: [Choice]

usage

The amount of tokens used by the Edit.

public let usage: Usage
Types
Global Functions
Clone this wiki locally