Table of Contents

Class CodeInterpreterParameters

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

Fields

ContainerId

public string ContainerId

Field Value

string

ReferenceSource

public CodeReferenceSource ReferenceSource

Field Value

CodeReferenceSource

UploadedFileIds

public TextAsset UploadedFileIds

Field Value

TextAsset

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