Class ComputerUseParameters
[Serializable]
public class ComputerUseParameters : IToolParameters
- Inheritance
-
object
ComputerUseParameters
- Implements
-
Fields
AutoDetect
Field Value
- bool
DisplayHeight
Field Value
- int
DisplayNumber
Field Value
- int
DisplayWidth
Field Value
- int
Environment
public string Environment
Field Value
- string
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