Share via


FunctionCallContent.GetFunctionCalls(ChatMessageContent) Method

Definition

Returns list of function calls provided via Items collection.

public static System.Collections.Generic.IEnumerable<Microsoft.SemanticKernel.FunctionCallContent> GetFunctionCalls (Microsoft.SemanticKernel.ChatMessageContent messageContent);
static member GetFunctionCalls : Microsoft.SemanticKernel.ChatMessageContent -> seq<Microsoft.SemanticKernel.FunctionCallContent>
Public Shared Function GetFunctionCalls (messageContent As ChatMessageContent) As IEnumerable(Of FunctionCallContent)

Parameters

Returns

Applies to