@hahnpro/ai-sdk 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3546,7 +3546,7 @@ class AiChatDialogComponent {
|
|
|
3546
3546
|
}
|
|
3547
3547
|
}
|
|
3548
3548
|
const assistantId = this.type + '-assistant';
|
|
3549
|
-
await this.chatService.createThreadForModal(assistantId, initialMessage);
|
|
3549
|
+
await this.chatService.createThreadForModal(assistantId, initialMessage, this.data.context);
|
|
3550
3550
|
})
|
|
3551
3551
|
.catch((err) => {
|
|
3552
3552
|
this.logger.error(err);
|