FunctionResultExtensions Class
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.
Extension methods for FunctionResult
public static class FunctionResultExtensions
type FunctionResultExtensions = class
Public Module FunctionResultExtensions
- Inheritance
-
FunctionResultExtensions
Methods
GetChatHistory(FunctionResult) |
Get ChatHistory from context. |
GetChatInput(FunctionResult) |
Get latest chat input from context. |
IsComplete(FunctionResult, Flow) |
Check if all arguments to be provided with the flow is available in the context |
IsTerminateFlow(FunctionResult) |
Check if we should terminate flow based on function result. |