CoreLlmRequest

data class CoreLlmRequest(val model: UUID, val fallbackModels: List<UUID>?, val messages: List<ChatMessage>, val tools: List<ChatRequest.Tool>? = null, val responseFormat: ChatRequest.ResponseFormat? = null, val stream: Boolean = false, val thinking: Boolean? = null, val timeout: ChatTimeout? = null)(source)

Constructors

Link copied to clipboard
constructor(model: UUID, fallbackModels: List<UUID>?, messages: List<ChatMessage>, tools: List<ChatRequest.Tool>? = null, responseFormat: ChatRequest.ResponseFormat? = null, stream: Boolean = false, thinking: Boolean? = null, timeout: ChatTimeout? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val model: UUID
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard