Class CodeInterpreterTool
Inheritance
object
CodeInterpreterTool
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: .dll
Syntax
public class CodeInterpreterTool
Properties
Input
Declaration
public string Input { get; set; }
Property Value
Type | Description |
---|---|
string |
Outputs
Declaration
public CodeInterpreterOutput[] Outputs { get; set; }
Property Value
Type | Description |
---|---|
CodeInterpreterOutput[] |