Replies: 1 comment
-
Do you have a skill available that is for getting user input/confirmation? Could you share all Skills (and functions) that are available? Is it possible to make the user confirmation a part of the skill function itself so it's done automatically each time? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using
StepwisePlanner
in a business chatbot, with Azure Openaitext-davinci-003
. Our team net yet has access to GPT4 yet. And at the moment, gpt-35-turbo/gpt-35-turbo-16k are slow and less performant.We have a skill to compute the estimated time of running a job. It's like
When the prompt is as follows, the user doesn't provide the required input
Though it the result is acceptable ``, but the planner still try to use the empty argument on the skill function.
What shall I do to let planner understand it shouldn't execute the function because
"itemCount":""
is empty?What if GetGoogleDriveEstimation is a write operation which need user's confirmation?
I tried to add following reminding to the prompt, but it doesn't work
The planner still ignores the confirmation request and executes the skill.
How can I let the planner first ask for user's confirmation before executing this skill function?
Beta Was this translation helpful? Give feedback.
All reactions