mcp4k
Toggle table of contents
0.4.8
common
Target filter
common
Switch theme
Search in API
Skip to content
mcp4k
mcp4k-runtime
/
sh.ondr.mcp4k.schema.sampling
/
ModelPreferences
Model
Preferences
@
Serializable
data
class
ModelPreferences
(
val
hints
:
List
<
ModelHint
>
?
=
null
,
val
costPriority
:
Double
?
=
null
,
val
speedPriority
:
Double
?
=
null
,
val
intelligencePriority
:
Double
?
=
null
)
Members
Constructors
Model
Preferences
Link copied to clipboard
constructor
(
hints
:
List
<
ModelHint
>
?
=
null
,
costPriority
:
Double
?
=
null
,
speedPriority
:
Double
?
=
null
,
intelligencePriority
:
Double
?
=
null
)
Properties
cost
Priority
Link copied to clipboard
val
costPriority
:
Double
?
hints
Link copied to clipboard
val
hints
:
List
<
ModelHint
>
?
intelligence
Priority
Link copied to clipboard
val
intelligencePriority
:
Double
?
speed
Priority
Link copied to clipboard
val
speedPriority
:
Double
?