Table of Contents

Class CustomToolOutput

Namespace
Glitch9.AIDevKit

The output of a custom tool call from your code, being sent back to the model.

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

Constructors

CustomToolOutput()

public CustomToolOutput()

Properties

Name

The name of the custom tool being called.

public string Name { get; set; }

Property Value

string

Output

public string Output { get; set; }

Property Value

string