More API doc hacking

This commit is contained in:
Cyber MacGeddon 2024-12-28 15:47:01 +00:00
parent 52f92f4498
commit 3678509c7e
2 changed files with 116 additions and 4 deletions

View file

@ -7,14 +7,16 @@ is able to provide multi-part responses containing 'thought' and
question. These responses are provided in the websocket, but not the REST question. These responses are provided in the websocket, but not the REST
API. API.
## Request ## Request/response
### Request
The request contains the following fields: The request contains the following fields:
- `question`: A string, the question which the agent API must resolve - `question`: A string, the question which the agent API must resolve
- `plan`: Optional, not used - `plan`: Optional, not used
- `state`: Optional, not used - `state`: Optional, not used
## Response ### Response
The request contains the following fields: The request contains the following fields:
- `thought`: Optional, a string, provides an interim agent thought - `thought`: Optional, a string, provides an interim agent thought

File diff suppressed because one or more lines are too long