Format docs (#752)

This commit is contained in:
William FH
2024-06-22 14:35:41 -07:00
committed by GitHub
parent b4d815e32a
commit a514ad41d4
16 changed files with 227 additions and 115 deletions
@@ -65,7 +65,9 @@
" await client.runs.create(\n",
" thread[\"thread_id\"],\n",
" assistant_id,\n",
" input={\"messages\": [{\"role\": \"human\", \"content\": \"what's the weather in nyc?\"}]},\n",
" input={\n",
" \"messages\": [{\"role\": \"human\", \"content\": \"what's the weather in nyc?\"}]\n",
" },\n",
" multitask_strategy=\"reject\",\n",
" )\n",
"except httpx.HTTPStatusError as e:\n",