Table of Contents

Class FunctionCallResult

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

Result of one function call.

public sealed class FunctionCallResult
Inheritance
FunctionCallResult
Inherited Members

Constructors

FunctionCallResult()

public FunctionCallResult()

Properties

Call

public FunctionCall Call { get; set; }

Property Value

FunctionCall

Content

public string Content { get; set; }

Property Value

string

IsError

public bool IsError { get; set; }

Property Value

bool