Table of Contents

Class FunctionParameters

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

Fields

Description

public StringOrTextAsset Description

Field Value

StringOrTextAsset

Name

public string Name

Field Value

string

Parameters

public List<JsonSchemaProperty> Parameters

Field Value

List<JsonSchemaProperty>

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

BuildTool(Api)

public Tool BuildTool(Api api)

Parameters

api Api

Returns

Tool