FunctionCallContentBuilder.Append(StreamingChatMessageContent) 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.
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.