diff --git a/docs/apis/api-prompt.md b/docs/apis/api-prompt.md index 294bbf22..9bb0cb49 100644 --- a/docs/apis/api-prompt.md +++ b/docs/apis/api-prompt.md @@ -138,46 +138,3 @@ The client class is https://github.com/trustgraph-ai/trustgraph/blob/master/trustgraph-base/trustgraph/clients/prompt_client.py - - - - - -{ - "id": "akshfkiehfkseffh-141", - "service": "prompt", - "request": { - "id": "question", - "variables": { - "question": "What is 2 + 2?" - } - } -} - - -{"id": "akshfkiehfkseffh-141", "response": {"text": "2 + 2 = 4\n"}, "complete": true} - - - -{ "id": "akshfkiehfkseffh-141", "service": "prompt", "request": { "id": "question", "variables": { "question": "What is 2 + 2?" } } } - -{ - "id": "akshfkiehfkseffh-142", - "service": "prompt", - "request": { - "id": "extract-definitions", - "variables": { - "text": "A cat is a domesticated Felidae animal" - } - } -} - - - -{ - "id": "akshfkiehfkseffh-142", - "response": { - "object": "[{\"entity\": \"cat\", \"definition\": \"a domesticated Felidae animal\"}]" - }, - "complete": true -}