From 414ce50c83fc85156c06a9773499b767830de121 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Sat, 28 Dec 2024 15:19:14 +0000 Subject: [PATCH] More API doc hacking --- docs/apis/websocket.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) 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 } ```