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?

readonly optional model?: string

Defined in: src/core/agent/skillBrains.ts:53


provider

readonly provider: LLMProvider

Defined in: src/core/agent/skillBrains.ts:52

On this page