FunctionCallContentBuilder.Build 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.
Builds a list of FunctionCallContent out of function call updates tracked by the Append(StreamingChatMessageContent) method.
public System.Collections.Generic.IReadOnlyList<Microsoft.SemanticKernel.FunctionCallContent> Build ();
member this.Build : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.SemanticKernel.FunctionCallContent>
Public Function Build () As IReadOnlyList(Of FunctionCallContent)
Returns
A list of FunctionCallContent objects.