Class CodeInterpreter
A tool that runs Python code to help generate a response to a prompt.
public class CodeInterpreter : Tool
- Inheritance
-
objectCodeInterpreter
- 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>