description: "The provided data doesn't respect th...
# 🤝help
q
This is on published version of bot fails: DM Executing hook conversation_turn_started of agent "SummaryAgent" DM Executing hook conversation_turn_started of agent "KnowledgeAgent" Hooks Skipping KB agent because no KBs are enabled DM [Capture] Start information capture Dialog [81521a21-76dc-4168-a34d-3944ac1a7905] Sending Message. Type: choice. Text: DM Executing hook conversation_turn_action of agent "SummaryAgent" Dialog [81521a21-76dc-4168-a34d-3944ac1a7905] Waiting for user input Error sending outgoing message Bt [Error]: data/text must NOT have fewer than 1 characters at Mr (/var/task/customer_code.js:8:28733) at Ot (/var/task/customer_code.js:8:28510) at w (/var/task/customer_code.js:8:67935) at /var/task/customer_code.js:8:62835 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Object.flushSendMessages (/var/task/customer_code.js:1236:5026) at async runDialogEngine (/var/task/customer_code.js:1257:3698) at async startEventProcessing (/var/task/customer_code.js:1257:3278) at async Object.onEvent (/var/task/customer_code.js:1257:8054) at async Object.onMessage (/var/task/customer_code.js:1257:7687) { isApiError: true, code: 400, description: "The provided data doesn't respect the provided JSON schema.", type: 'InvalidDataFormat', error: undefined } DM Executing hook conversation_turn_ended of agent "SummaryAgent" Hooks Generating summary for conversation 2 new transcript lines... Hooks Summary successfully generated Inside test chat works, but when published got this error on logs and bot is not showing choices, werid.
let test = [ { label: 'Residential Property', value: 'residential property' }, { label: 'Rural Land', value: 'rural land' }, { label: 'Lake Property', value: 'lake' }, { label: 'Beach Property', value: 'beach' }, { label: 'Mountain Property', value: 'mountain' }, { label: 'Golf Course Property', value: 'golf' }, { label: 'Waterfront Property', value: 'waterfront' }, { label: 'Investment Property', value: 'investment' }, { label: 'Commercial Property', value: 'commercial' }, { label: 'Tiny House', value: 'tiny' }, { label: 'Desert Property', value: 'desert ' } ]; workflow.property_type_list.push(...test);
is that issue?
report id:85f3a5ea-aae9-4f04-90f6-058272b2f696
up
40 Views