docs: Feature/update docs (#2257)

This commit is contained in:
Keith
2024-12-16 17:15:50 -08:00
committed by GitHub
parent 83adf0b9d2
commit c7131ad0da
14 changed files with 24 additions and 24 deletions

View File

@@ -499,7 +499,7 @@
"response = client.send_message(\n",
" agent_id=task_agent_state.id, \n",
" role=\"user\", \n",
" message=\"Add 'start calling me Charles' and 'tell me a haiku about my name' as two seperate tasks.\"\n",
" message=\"Add 'start calling me Charles' and 'tell me a haiku about my name' as two separate tasks.\"\n",
")\n",
"response"
]