FunctionInvokingChatClient.FunctionInvocationServices 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 IServiceProvider specified when constructing the FunctionInvokingChatClient, if any.
protected:
property IServiceProvider ^ FunctionInvocationServices { IServiceProvider ^ get(); };
protected IServiceProvider? FunctionInvocationServices { get; }
member this.FunctionInvocationServices : IServiceProvider
Protected ReadOnly Property FunctionInvocationServices As IServiceProvider