aigentic
0.4.0-SNAPSHOT
common
core
/
community.flock.aigentic.core.model
/
GenerationSettings
Generation
Settings
data
class
GenerationSettings
(
val
temperature
:
Float
,
val
topK
:
Int
,
val
topP
:
Float
,
val
thinkingConfig
:
ThinkingConfig
?
)
Members
Constructors
Generation
Settings
Link copied to clipboard
constructor
(
temperature
:
Float
,
topK
:
Int
,
topP
:
Float
,
thinkingConfig
:
ThinkingConfig
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
temperature
Link copied to clipboard
val
temperature
:
Float
thinking
Config
Link copied to clipboard
val
thinkingConfig
:
ThinkingConfig
?
top
K
Link copied to clipboard
val
topK
:
Int
top
P
Link copied to clipboard
val
topP
:
Float