FunctionCallContentBuilder Class
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.
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. |