Table of Contents

Class FunctionCallBatch

Namespace
Mythosia.AI.Models.Functions
Assembly
Mythosia.AI.Abstractions.dll

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

calls IEnumerable<FunctionCall>

Properties

Calls

public IReadOnlyList<FunctionCall> Calls { get; set; }

Property Value

IReadOnlyList<FunctionCall>

Id

public string Id { get; set; }

Property Value

string

Metadata

public Dictionary<string, object>? Metadata { get; set; }

Property Value

Dictionary<string, object>