Partager via


FunctionCallContentBuilder.Append(StreamingChatMessageContent) Method

Definition

Extracts function call updates from the content and track them for later building.

public void Append (Microsoft.SemanticKernel.StreamingChatMessageContent content);
member this.Append : Microsoft.SemanticKernel.StreamingChatMessageContent -> unit
Public Sub Append (content As StreamingChatMessageContent)

Parameters

content
StreamingChatMessageContent

The content to extract function call updates from.

Applies to