ResponseFormat

data class ResponseFormat(val format: String)

PromptContributor that defines the expected response format for text responses

Constructors

Link copied to clipboard
constructor(format: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open val role: String

Functions

Link copied to clipboard
open fun contribution(): String