FunctionCallContent.GetFunctionCalls(ChatMessageContent) Method
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.
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
- messageContent
- ChatMessageContent
The ChatMessageContent.