small fixes (#1629)

This commit is contained in:
Isaac Francisco
2024-09-05 20:34:37 -04:00
committed by GitHub
parent fb9f67c158
commit dc1e33f4de
17 changed files with 55 additions and 30 deletions
@@ -78,7 +78,8 @@ Then, let's import our required packages and instantiate our client, assistant,
```bash
curl --request POST \
--url <DEPLOYMENT_URL>/threads \
--header 'Content-Type: application/json'
--header 'Content-Type: application/json' \
--data '{}'
```
Now let's start two runs, with the second interrupting the first one with a multitask strategy of "enqueue":