More API doc hacking

This commit is contained in:
Cyber MacGeddon 2024-12-28 16:54:06 +00:00
parent 14907b1f1b
commit 689d3225df
3 changed files with 9 additions and 8 deletions

View file

@ -56,7 +56,6 @@ e.g.
Request:
```
{
"id": "blrqotfefnmnh7de-1",
"service": "text-completion",
@ -67,11 +66,9 @@ Request:
}
```
Responses:
Response:
```
{
"id": "blrqotfefnmnh7de-1",
"response": {
@ -83,7 +80,7 @@ Responses:
## Pulsar
The Pulsar schema for the Agent API is defined in Python code here:
The Pulsar schema for the Text Completion API is defined in Python code here:
https://github.com/trustgraph-ai/trustgraph/blob/master/trustgraph-base/trustgraph/schema/models.py