mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 17:21:02 +02:00
More API doc hacking
This commit is contained in:
parent
52f92f4498
commit
3678509c7e
2 changed files with 116 additions and 4 deletions
|
|
@ -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
|
||||
API.
|
||||
|
||||
## Request
|
||||
## Request/response
|
||||
|
||||
### Request
|
||||
|
||||
The request contains the following fields:
|
||||
- `question`: A string, the question which the agent API must resolve
|
||||
- `plan`: Optional, not used
|
||||
- `state`: Optional, not used
|
||||
|
||||
## Response
|
||||
### Response
|
||||
|
||||
The request contains the following fields:
|
||||
- `thought`: Optional, a string, provides an interim agent thought
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue