FunctionCallContent(String, String, IDictionary<String,Object>) 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.
Initializes a new instance of the FunctionCallContent class.
[System.Text.Json.Serialization.JsonConstructor]
public FunctionCallContent (string callId, string name, System.Collections.Generic.IDictionary<string,object?>? arguments = default);
[<System.Text.Json.Serialization.JsonConstructor>]
new Microsoft.Extensions.AI.FunctionCallContent : string * string * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Extensions.AI.FunctionCallContent
Public Sub New (callId As String, name As String, Optional arguments As IDictionary(Of String, Object) = Nothing)
Parameters
- callId
- String
The function call ID.
- name
- String
The function name.
- arguments
- IDictionary<String,Object>
The function original arguments.
- Attributes
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.