Class CodeInterpreter
A tool that runs Python code to help generate a response to a prompt.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class CodeInterpreter : Tool
Properties
| Edit this page View SourceContainer
Required. The code interpreter container. Can be a container ID or an object that specifies uploaded file IDs to make available to your code.
Declaration
[JsonProperty("container")]
public StringOr<CodeInterpreter.FileIdSet> Container { get; set; }
Property Value
| Type | Description |
|---|---|
| StringOr<CodeInterpreter.FileIdSet> |