toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-mcp-core
/
org.http4k.mcp.model
/
ModelPreferences
Model
Preferences
@
JsonSerializable
data
class
ModelPreferences
(
val
hints
:
List
<
ModelHint
>
?
=
null
,
val
costPriority
:
Priority
?
=
null
,
val
speedPriority
:
Priority
?
=
null
,
val
intelligencePriority
:
Priority
?
=
null
)
Members
Constructors
Model
Preferences
Link copied to clipboard
constructor
(
hints
:
List
<
ModelHint
>
?
=
null
,
costPriority
:
Priority
?
=
null
,
speedPriority
:
Priority
?
=
null
,
intelligencePriority
:
Priority
?
=
null
)
Properties
cost
Priority
Link copied to clipboard
val
costPriority
:
Priority
?
=
null
hints
Link copied to clipboard
val
hints
:
List
<
ModelHint
>
?
=
null
intelligence
Priority
Link copied to clipboard
val
intelligencePriority
:
Priority
?
=
null
speed
Priority
Link copied to clipboard
val
speedPriority
:
Priority
?
=
null