ваше сообщение коммита
This commit is contained in:
@@ -385,8 +385,7 @@ async function processMessage(messageData) {
|
||||
const consentSystemMessage = await consentService.getConsentSystemMessage({
|
||||
userId,
|
||||
walletAddress: walletIdentity?.provider_id || null,
|
||||
channel: channel === 'web' ? 'web' : channel,
|
||||
baseUrl: process.env.BASE_URL || 'http://localhost:9000'
|
||||
channel: channel === 'web' ? 'web' : channel
|
||||
});
|
||||
|
||||
// Формируем финальный ответ ИИ с системным сообщением, если нужно
|
||||
|
||||
Reference in New Issue
Block a user