How to ask the user for some information while executing a plan? #6072
-
I'm trying out a FunctionCallingStepwisePlanner.
I have a plugin with a few methods that will be used to make a movie reservation. Original request: how to make a movie reservation? You are in the process of helping the user fulfill this request using the following plan: Use CinemaPlugin-GetAvailableMovies function to get the list of available movies for the desired date. The user will ask you for help with each step. As you can see I have ask it how to make a reservation and it figured out how to do it but the FinalAnswer of the planner is an empty string. Is this kind of scenario possible with planners? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
+1 :), exact same question/scenario I have. Especially when the plan can contain OpenAI Plugins, which we don't know upfront which parameters are required |
Beta Was this translation helpful? Give feedback.
If you want back and forth conversation, we recommend not using the stepwise planner. Here's a sample to use for this: .Net: Added function invocation approval demo app by dmytrostruk · Pull Request #6109 · microsoft/semantic-kernel (github.com)