Update some API basics for the 0.23/1.0 API change

This commit is contained in:
Cyber MacGeddon 2025-07-03 09:10:43 +01:00
parent b1a546e4d2
commit 7cb36f1998
8 changed files with 20 additions and 8 deletions

View file

@ -18,7 +18,7 @@ The request contains the following fields:
### Response
The request contains the following fields:
The response contains the following fields:
- `thought`: Optional, a string, provides an interim agent thought
- `observation`: Optional, a string, provides an interim agent thought
- `answer`: Optional, a string, provides the final answer
@ -61,6 +61,7 @@ Request:
{
"id": "blrqotfefnmnh7de-20",
"service": "agent",
"flow": "default",
"request": {
"question": "What does NASA stand for?"
}