chore: Update chat bot endpoint (#38513)

This commit is contained in:
Hetu Nandu 2025-01-07 11:50:05 +05:30 committed by GitHub
parent 58850c3006
commit a4163f8bb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ export const CUSTOM_WIDGET_AI_CHAT_TYPE = "CUSTOM_WIDGET";
export const CUSTOM_WIDGET_AI_INITIALISED_MESSAGE = "CHAT_INITIALISED";
export const CUSTOM_WIDGET_AI_BOT_URL = (instanceId: string) =>
`https://internal.appsmith.com/app/app-builder-bot/custom-widget-bot-672b2020d37b7d0b29dcfa71?embed=true&chatType=${CUSTOM_WIDGET_AI_CHAT_TYPE}&chatInstance=${instanceId}&url=${encodeURIComponent(window.location.origin)}`;
`https://internal.appsmith.com/app/ai-co-pilot/chat-widget-675732c903bc2614401bd53b?embed=true&chatType=${CUSTOM_WIDGET_AI_CHAT_TYPE}&chatInstance=${instanceId}&url=${encodeURIComponent(window.location.origin)}`;
export const CUSTOM_WIDGET_AI_BOT_MESSAGE_RESPONSE_DEBOUNCE_TIMEOUT = 100;