PresencePenalty

data class PresencePenalty(val presencePenalty: Double) : GenAIAttributes.Request(source)

gen_ai.request.presence_penalty attribute.

Constructors

Link copied to clipboard
constructor(presencePenalty: Double)

Properties

Link copied to clipboard
open override val key: String

Attribute key

Link copied to clipboard
Link copied to clipboard
open override val value: Double

Attribute value.

Functions

Link copied to clipboard
open fun String.concatKey(other: String): String

Joins two attribute-key segments with a . separator.