Interfaces
ProviderChoice
Interface: ProviderChoice
Defined in: src/core/agent/skillBrains.ts:51
One brain: a provider port, optionally pinned to a model. model absent
→ resolved down the precedence chain (legal only while the provider is
the agent's own — see the module header for why a foreign provider must
name its model).
Extended by
Properties
model?
readonlyoptionalmodel?:string
Defined in: src/core/agent/skillBrains.ts:53
provider
readonlyprovider:LLMProvider
Defined in: src/core/agent/skillBrains.ts:52
