Freigeben über


FunctionCallContentBuilder Class

Definition

A builder class for creating FunctionCallContent objects from incremental function call updates represented by StreamingFunctionCallUpdateContent.

public sealed class FunctionCallContentBuilder
type FunctionCallContentBuilder = class
Public NotInheritable Class FunctionCallContentBuilder
Inheritance
FunctionCallContentBuilder

Constructors

FunctionCallContentBuilder()

Methods

Append(StreamingChatMessageContent)

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

Build()

Builds a list of FunctionCallContent out of function call updates tracked by the Append(StreamingChatMessageContent) method.

Applies to