From 36dc30cef11211db9924e4aff5de0096392a5f00 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Sat, 28 Dec 2024 16:55:06 +0000 Subject: [PATCH] More API doc hacking --- docs/apis/api-prompt.md | 43 ----------------------------------------- 1 file changed, 43 deletions(-) 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 -}