SleepInput#
- class langchain_community.tools.sleep.tool.SleepInput[source]#
Bases:
BaseModel
Input 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