wit-ai / wit

Natural Language Interface for apps and devices
https://wit.ai/
942 stars 91 forks source link

Wit adds plus signs to promt #2551

Closed imwide closed 2 years ago

imwide commented 2 years ago

Hey there! This is my code:

print("3", x)
resp = model_picker.message(x)

In the console it prints x like it should: 3 Test message But in Wit in the utterances that were submitted with API it appears like this: "+Test+message"

This is nothing i can fix there is no piece of my code doing that. This has to be a prblem with wit. If not, please correct me

patapizza commented 2 years ago

Hi @imwide, this repo is to track Wit.ai service issues. It looks like you're using the Python SDK (pywit) - please submit a ticket here. Thanks!