Class CodeInterpreterTool
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public class CodeInterpreterTool
Properties
| Edit this page View SourceInput
Declaration
public string Input { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Outputs
Declaration
public CodeInterpreterOutput[] Outputs { get; set; }
Property Value
| Type | Description |
|---|---|
| CodeInterpreterOutput[] |