@hahnpro/ai-sdk 0.7.3 → 0.7.4
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.
|
@@ -2385,9 +2385,6 @@ class ChatService {
|
|
|
2385
2385
|
}
|
|
2386
2386
|
}
|
|
2387
2387
|
async sendMessage(content, context = {}, hidden) {
|
|
2388
|
-
console.log('sendMessage', content, context, hidden);
|
|
2389
|
-
console.log('activeThread', this.activeThread);
|
|
2390
|
-
console.log('activeAssistant', this.activeAssistant);
|
|
2391
2388
|
content = content.trim();
|
|
2392
2389
|
if (!content || !this.activeAssistant?.id) {
|
|
2393
2390
|
return;
|