Table of Contents

Class CustomToolParameters

Namespace
Glitch9.AIDevKit
[Serializable]
public class CustomToolParameters : IToolParameters
Inheritance
object
CustomToolParameters
Implements

Fields

Definition

public string Definition

Field Value

string

Description

public StringOrTextAsset Description

Field Value

StringOrTextAsset

FormatType

public CustomToolFormatType FormatType

Field Value

CustomToolFormatType

Name

public string Name

Field Value

string

Syntax

public string Syntax

Field Value

string

Properties

Type

public ToolType Type { get; }

Property Value

ToolType

Methods

AddTools(Model, ICollection<Tool>)

public Log AddTools(Model model, ICollection<Tool> tools)

Parameters

model Model
tools ICollection<Tool>

Returns

Log