Class CodeInterpreterTool
public class CodeInterpreterTool
- Inheritance
-
objectCodeInterpreterTool
Properties
Input
public string Input { get; set; }
Property Value
- string
Outputs
public CodeInterpreterOutput[] Outputs { get; set; }
public class CodeInterpreterTool
public string Input { get; set; }
public CodeInterpreterOutput[] Outputs { get; set; }