FunctionResultExtensions.GetChatInput(FunctionResult) 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.
Get latest chat input from context.
public static string GetChatInput (this Microsoft.SemanticKernel.FunctionResult result);
static member GetChatInput : Microsoft.SemanticKernel.FunctionResult -> string
<Extension()>
Public Function GetChatInput (result As FunctionResult) As String
Parameters
- result
- FunctionResult
Function result.
Returns
The latest chat input.