FunctionChoiceBehaviorConfigurationContext 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.
The context is to be provided by the choice behavior consumer β AI connector in order to obtain the choice behavior configuration.
public sealed class FunctionChoiceBehaviorConfigurationContext
type FunctionChoiceBehaviorConfigurationContext = class
Public NotInheritable Class FunctionChoiceBehaviorConfigurationContext
- Inheritance
-
FunctionChoiceBehaviorConfigurationContext
Constructors
FunctionChoiceBehaviorConfigurationContext(ChatHistory) |
Creates a new instance of FunctionChoiceBehaviorConfigurationContext. |
Properties
ChatHistory |
History of the current chat session. |
Kernel |
The Kernel used by in the current chat session. |
RequestSequenceIndex |
Request sequence index of automatic function invocation process. Starts from 0. |