Saltar al contenido principal

Interface: AssistantInitConfig

Defined in: src/types/index.ts:784

Configuration for the assistant facade.

Extends

Properties

apiKey?

optional apiKey?: string

Defined in: src/types/index.ts:705

Inherited from

AiProviderConfig.apiKey


baseUrl?

optional baseUrl?: string

Defined in: src/types/index.ts:706

Inherited from

AiProviderConfig.baseUrl


maxSteps?

optional maxSteps?: number

Defined in: src/types/index.ts:787


model?

optional model?: string

Defined in: src/types/index.ts:707

Inherited from

AiProviderConfig.model


store?

optional store?: ConversationStore

Defined in: src/types/index.ts:785


systemPrompt?

optional systemPrompt?: string

Defined in: src/types/index.ts:709

Default system prompt. Falls back to KITT_SYSTEM_PROMPT.

Inherited from

AiProviderConfig.systemPrompt


tools?

optional tools?: AiTool[]

Defined in: src/types/index.ts:786