Class FunctionCallBatch
All function calls requested by one assistant response, in provider order.
public sealed class FunctionCallBatch
- Inheritance
-
FunctionCallBatch
- Inherited Members
Constructors
FunctionCallBatch()
public FunctionCallBatch()
FunctionCallBatch(IEnumerable<FunctionCall>)
public FunctionCallBatch(IEnumerable<FunctionCall> calls)
Parameters
callsIEnumerable<FunctionCall>
Properties
Calls
public IReadOnlyList<FunctionCall> Calls { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
Metadata
public Dictionary<string, object>? Metadata { get; set; }