Table of Contents

Class FunctionCallResultBatch

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

Ordered results for one function-call batch.

public sealed class FunctionCallResultBatch
Inheritance
FunctionCallResultBatch
Inherited Members

Constructors

FunctionCallResultBatch()

public FunctionCallResultBatch()

FunctionCallResultBatch(string, IEnumerable<FunctionCallResult>)

public FunctionCallResultBatch(string functionCallBatchId, IEnumerable<FunctionCallResult> results)

Parameters

functionCallBatchId string
results IEnumerable<FunctionCallResult>

Properties

FunctionCallBatchId

public string FunctionCallBatchId { get; set; }

Property Value

string

Results

public IReadOnlyList<FunctionCallResult> Results { get; set; }

Property Value

IReadOnlyList<FunctionCallResult>