diff --git a/docs/apis/websocket.md b/docs/apis/websocket.md index 8a949598..0d49861f 100644 --- a/docs/apis/websocket.md +++ b/docs/apis/websocket.md @@ -101,31 +101,31 @@ Responses: ``` { - "id": "blrqotfefnmnh7de-20", - "response": { - "observation": "Based on the provided text, NASA stands for National Aeronautics and Space Administration." - }, - "complete": false + "id": "blrqotfefnmnh7de-20", + "response": { + "observation": "National Aeronautics and Space Administration." + }, + "complete": false } ``` ``` { - "id": "blrqotfefnmnh7de-20", - "response": { - "thought": "I now know the final answer" - }, - "complete": false + "id": "blrqotfefnmnh7de-20", + "response": { + "thought": "I now know the final answer" + }, + "complete": false } ``` ``` { - "id": "blrqotfefnmnh7de-20", - "response": { - "answer": "National Aeronautics and Space Administration" - }, - "complete": true + "id": "blrqotfefnmnh7de-20", + "response": { + "answer": "National Aeronautics and Space Administration" + }, + "complete": true } ```