@nuclia/core / Exports / LLMConfig
Interface: LLMConfig
Configuration of the LLM used for the task
Table of contents
Properties
Properties
keys
• Optional
keys: Object
Index signature
▪ [model: string
]: any
Defined in
libs/sdk-core/src/lib/db/task/task.models.ts:61
model
• model: string
Defined in
libs/sdk-core/src/lib/db/task/task.models.ts:60
prompts
• Optional
prompts: Object
Index signature
▪ [model: string
]: { prompt
: string
; system?
: string
} | null