кармаК
BuildShip2y ago
13 replies
карма

Remove quotes

How can I remove quotations from Assistants API?
Open until 17 December 2024, or until the budget is exhausted4:5†source4:14†source
Solution
So I found the solution. Not the one suggested. I've opened the code of the node and then put JS code.
cleanedText = text.replace(/[^]+/g, '').replace(/*/g, '');
Was this page helpful?