More API doc hacking

This commit is contained in:
Cyber MacGeddon 2024-12-28 15:19:14 +00:00
parent 2e6356d2b8
commit 414ce50c83

View file

@ -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
}
```