Replies: 1 comment
-
Read this #96, switched to text-davinci-003 and now it works fine :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was trying to make a bot which collects information about user trip and then extracts relevant information from conversation and calls some API. But I cannot make the bot follow the flow. I guess that it might be because I don't know how to write same conversation with that.
My current setups are:
config.yml
search.co
other flow which I tried:
here I could see in logs: 'Bot intent: call property search API' but it responded which just message that it will do then search, not execute action.
For now I stick to some fake actions just to try to execute them
actions.py
Am I doing something wrong or just the examples are not sufficient?
Thanks for help
Beta Was this translation helpful? Give feedback.
All reactions