feat: issue-5712 add sleep tool (#5715)

Fixes # 5712 added sleep tool
This commit is contained in:
whysage
2023-06-07 19:39:02 +03:00
committed by GitHub
parent d9fcc45d05
commit 8ef7274ee6
4 changed files with 57 additions and 0 deletions

View File

@@ -160,3 +160,9 @@ Below is a list of all supported tools and relevant information:
- Notes: A connection to the OpenWeatherMap API (https://api.openweathermap.org), specifically the `/data/2.5/weather` endpoint.
- Requires LLM: No
- Extra Parameters: `openweathermap_api_key` (your API key to access this endpoint)
**sleep**
- Tool Name: Sleep
- Tool Description: Make agent sleep for some time.
- Requires LLM: No