chore: update apps/docs/src/content/docs/api/chat.mdx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-06 23:35:11 +01:00
committed by GitHub
parent 2f8ac7d343
commit a0cabbfa63

View File

@@ -32,7 +32,7 @@ Messages are sent and received in JSON format. The following message types are s
```json
{
"type": "message",
"content": "Hello, world!"
"message": "Hello, world!"
}
```
- received by client: