Interface: AssistantInitConfig
Defined in: src/types/index.ts:784
Configuration for the assistant facade.
Extends
Partial<AiProviderConfig>
Properties
apiKey?
optionalapiKey?:string
Defined in: src/types/index.ts:705
Inherited from
baseUrl?
optionalbaseUrl?:string
Defined in: src/types/index.ts:706
Inherited from
maxSteps?
optionalmaxSteps?:number
Defined in: src/types/index.ts:787
model?
optionalmodel?:string
Defined in: src/types/index.ts:707
Inherited from
store?
optionalstore?:ConversationStore
Defined in: src/types/index.ts:785
systemPrompt?
optionalsystemPrompt?:string
Defined in: src/types/index.ts:709
Default system prompt. Falls back to KITT_SYSTEM_PROMPT.
Inherited from
tools?
optionaltools?:AiTool[]
Defined in: src/types/index.ts:786