langchain.tools.sleep.tool.SleepInput¶
- class langchain.tools.sleep.tool.SleepInput(*, sleep_time: int)[source]¶
Bases:
BaseModelInput for CopyFileTool.
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
- param sleep_time: int [Required]¶
Time to sleep in seconds