Interface: BuildModelOverrides
Optional overrides accepted by buildModel.
Properties
Section titled “Properties”modelClass?
Section titled “modelClass?”
optionalmodelClass?:ModelClass
Chat capability class to resolve when no explicit model id is supplied. Used by internal agents (e.g. the chart planner asks for model.ModelClass.ChatFast) to express intent without pinning an endpoint name; the live catalogue is classified and the top available model in the class is chosen, falling back to the class’s static list when the workspace has none.
modelId?
Section titled “modelId?”
optionalmodelId?:string
Static model id from the agent / plugin config (string sugar on
def.model or config.defaultModel). Loses to the per-request
override but wins over env / class / fallback.