Class CodeInterpreterResult
Be careful. This is not a separate tool call, but a sub-object used within CodeInterpreterCall.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
[JsonConverter(typeof(CodeInterpreterResultConverter))]
public abstract class CodeInterpreterResult
Properties
| Edit this page View SourceType
Required. The type of the output.
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |