FunctionInvokingRealtimeClient.CurrentContext Property
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.
Gets the FunctionInvocationContext for the current function invocation.
public:
static property Microsoft::Extensions::AI::FunctionInvocationContext ^ CurrentContext { Microsoft::Extensions::AI::FunctionInvocationContext ^ get(); };
public static Microsoft.Extensions.AI.FunctionInvocationContext? CurrentContext { get; }
static member CurrentContext : Microsoft.Extensions.AI.FunctionInvocationContext
Public Shared ReadOnly Property CurrentContext As FunctionInvocationContext
Property Value
Remarks
This value flows across async calls.