StreamingFunctionCallUpdateContent(String, String, String, Int32) Constructor
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.
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.