ChatRequest

constructor(model: String, instructions: String?, messages: List<ChatMessage>, reasoning: ReasoningEffort?, stream: Boolean, maxTokens: Int?, tools: List<ChatRequest.Tool>?, temperature: Double?, jsonOutput: Boolean?)(source)