Tools
Sleep
Example
The following agent will use the sleep
tool to pause execution for a given number of seconds.
cookbook/tools/sleep_tools.py
Toolkit Params
Parameter | Type | Default | Description |
---|---|---|---|
name | str | "sleep" | The name of the tool |
Toolkit Functions
Function | Description |
---|---|
sleep | Pauses execution for a specified number of seconds |
Information
- View on Github