FunctionCallingStepwisePlanner.UserInteraction.SendFinalAnswer(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This function is used by the FunctionCallingStepwisePlanner to indicate when the final answer has been found.
[Microsoft.SemanticKernel.KernelFunction]
public string SendFinalAnswer (string answer);
[<Microsoft.SemanticKernel.KernelFunction>]
member this.SendFinalAnswer : string -> string
Public Function SendFinalAnswer (answer As String) As String
Parameters
- answer
- String
The final answer for the plan.
Returns
- Attributes