I’m building a conversational assistant with Gemini API integration.
I want to create a conversational history so the bot can remember previous conversations:
1… I create a QUESTION custom field with value to user text input
2… I create a RESPONSE custom field mapped to the API response
3… (THE PROBLEM) I create a HISTORY custom field with value {{History}}
User: {{Question}}
Assistant: {{Response}}
I keep receiving the error:Â
Invalid JSON
Bad control character in string literal in JSON at position 304 (line 7 column 232)
Â

Â