Companion

object Companion

Functions

Link copied to clipboard
fun from(options: <Error class: unknown class>, modelRole: String? = options.role, thinkingFingerprint: String? = null, selectionFingerprint: String? = null): ExtractionRequestedModelConfig

The record of what a host asked for, read straight off the LlmOptions it handed the model.

Link copied to clipboard
fun of(modelRole: String? = null, requestedModel: String? = null, temperature: Double? = null, topP: Double? = null, topK: Int? = null, maxTokens: Int? = null, presencePenalty: Double? = null, frequencyPenalty: Double? = null, thinkingFingerprint: String? = null, selectionFingerprint: String? = null, timeout: Duration? = null): ExtractionRequestedModelConfig

Java-friendly factory.