Table of Contents

Class CodeInterpreter

Namespace
Glitch9.AIDevKit

A tool that runs Python code to help generate a response to a prompt.

public class CodeInterpreter : Tool
Inheritance
object
CodeInterpreter
Inherited Members

Properties

Container

Required. The code interpreter container. Can be a container ID or an object that specifies uploaded file IDs to make available to your code.

public StringOr<CodeInterpreter.FileIdSet> Container { get; set; }

Property Value

StringOr<FileIdSet>