RequestId

@Serializable
value class RequestId(val id: String)

An unique identifier for the OpenAI API request.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String