Table of Contents

Class FunctionOutput

Namespace
Glitch9.AIDevKit

The output of a function tool call.

public class FunctionOutput : ToolOutput, IPrompt, IToolCallOutput
Inheritance
object
FunctionOutput
Implements
Inherited Members
Extension Methods

Constructors

FunctionOutput()

public FunctionOutput()

Properties

Output

Required. A JSON string of the output of the function tool call.

public string Output { get; set; }

Property Value

string