Partager via


FunctionChoiceBehaviorConfigurationContext Class

Definition

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.

Applies to