Interface: IBrainPromptContext<TPromptSettings>
Some additional data we can send to the brain along with the prompt
Type parameters
Name | Description |
---|---|
TPromptSettings | The type of the brain settings |
Indexable
▪ [key: string
]: any
Table of contents
Properties
Properties
conversationId
• Optional
conversationId: string
A conversation id to group prompts together
Defined in
id
• id: string
The unique id of the prompt
Defined in
senderId
• senderId: string
The id of the user who is sending the prompt
Defined in
settings
• Optional
settings: TPromptSettings
The brain settings to use for this prompt