Class CodeInterpreterParameters
[Serializable]
public class CodeInterpreterParameters : IToolParameters
- Inheritance
-
object
CodeInterpreterParameters
- Implements
-
Fields
ContainerId
public string ContainerId
Field Value
- string
ReferenceSource
public CodeReferenceSource ReferenceSource
Field Value
- CodeReferenceSource
UploadedFileIds
public TextAsset UploadedFileIds
Field Value
- TextAsset
Properties
Type
public ToolType Type { get; }
Property Value
- ToolType
Methods
public Log AddTools(Model model, ICollection<Tool> tools)
Parameters
model Model
tools ICollection<Tool>
Returns
- Log