Optional
functions?: { The functions to use for the intelligence service (OpenAI only)
Optional
key?: stringThe API key for the intelligence service
Optional
method?: ((payload) => Promise<any>)The method to use for the custom intelligence service
Optional
model?: stringThe model to use for the AI
Optional
service?: IntelligenceServiceThe type of intelligence service to use
Optional
system?: stringThe system message to use in the chat
Represents the options for creating an Intelligence instance.