ChatRequest

constructor(model: String, messages: List<Message>, tools: List<Tool>? = null, think: Boolean? = null, format: Format? = null, options: ModelOptions? = null, stream: Boolean = true, keepAlive: String? = null)(source)