Fix function calling parameter string quoting
#24
by
CISCai
- opened
The safe filter causes string quoting to get escaped when tojson filter has been fixed to not escape them (see huggingface/transformers#31100), but ironically has the opposite effect when it's not, hence the mistake, sorry about that.
cppowboy
changed pull request status to
merged