Upgrade to our commercial service Bot Libre for Business for only $4.99 per month
Bot Libre Forum : Automating your Mobile Presence with a Telegram Bot

RE: Automating your Mobile Presence with a Telegram Bot

by admin posted May 17 2023, 8:57

The issue is the quote is being sent in the HTTP request inside the JSON object.

I fixed the script in your bot Chatter to add,

input.toString().replace('"', '\"')
>>
json.messages.add({"role":"user", "content":(conversation.getLast(#input, 1)).input.toString().replace('"', '\"')});

This will fix it for now. We will also update our HTTP code to automatically escape quotes for all JSON objects.


Id: 47503688
Posted: May 17 2023, 8:57
Replies: 0
Views: 426, today: 2, week: 12, month: 28
0 0 0.0/5