Share via


StreamingFunctionCallUpdateContent(String, String, String, Int32) Constructor

Definition

Creates a new instance of the StreamingFunctionCallUpdateContent class.

public StreamingFunctionCallUpdateContent (string? callId = default, string? name = default, string? arguments = default, int functionCallIndex = 0);
new Microsoft.SemanticKernel.StreamingFunctionCallUpdateContent : string * string * string * int -> Microsoft.SemanticKernel.StreamingFunctionCallUpdateContent
Public Sub New (Optional callId As String = Nothing, Optional name As String = Nothing, Optional arguments As String = Nothing, Optional functionCallIndex As Integer = 0)

Parameters

callId
String

The function call ID.

name
String

The function name.

arguments
String

The function original arguments.

functionCallIndex
Int32

The function call index.

Applies to