Closed elagunas closed 7 months ago
If you need the LLM to respond back to you to ask questions to get additional details (e.g., required input parameters), we would recommend that you not use the stepwise planner. Instead, we recommend that you use automatic function calling within Semantic Kernel.
Let us know if that addresses your need, and if not, please reopen the issue.
Thanks @matthewbolanos, it works as expected.
Describe the bug I have an application that use StepwisePlanner. The plan is generated correctly but the final answer is empty, becasuse never require me the mandatory parameters or sometimes openai asumme the values of thes parameters.
To Reproduce Have a function like this:
Expected behavior Final answer must to be contain a message with required parameters
Screenshots The plan is generated OK The plan loop until max iterarions, and never answer with the final answer Finally FinalAnswer is empty
Platform
Additional context Add any other context about the problem here.