ModelPreferences

ch.linkyard.mcp.protocol.Sampling.ModelPreferences
See theModelPreferences companion object
case class ModelPreferences(hints: Option[List[ModelHint]], costPriority: Option[Double], intelligencePriority: Option[Double], speedPriority: Option[Double])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product