Class CodeInterpreterOutput
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
[JsonConverter(typeof(CodeInterpreterOutputConverter))]
public abstract class CodeInterpreterOutput
Properties
| Edit this page View SourceIndex
Declaration
[JsonProperty("index")]
public int Index { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Type
Declaration
[JsonProperty("type")]
public CodeInterpreterOutputType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| CodeInterpreterOutputType |