FunctionInvokingChatClient.FunctionInvocationResult.CallContent Eigenschap
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee haalt u de informatie over de functieoproepinhoud op die is gekoppeld aan deze aanroep.
public:
property Microsoft::Extensions::AI::FunctionCallContent ^ CallContent { Microsoft::Extensions::AI::FunctionCallContent ^ get(); };
public Microsoft.Extensions.AI.FunctionCallContent CallContent { get; }
member this.CallContent : Microsoft.Extensions.AI.FunctionCallContent
Public ReadOnly Property CallContent As FunctionCallContent