Partager via


FunctionCallingStepwisePlanner.UserInteraction.SendFinalAnswer(String) Method

Definition

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

Applies to