diff --git a/documentation/test.json b/documentation/test.json deleted file mode 100644 index 824a0142..00000000 --- a/documentation/test.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "name": "Claude V3", - "version": "1.0.1", - "function_name": "remote", - "description": "", - "connector_id": "5ervbpMBLuKob_FMvBwX", - "interface": { - "input": { - "type": "object", - "properties": { - "parameters": { - "type": "object", - "properties": { - "prompt": { - "type": "string", - "description": "The prompt." - } - }, - "additionalProperties": true, - "required": [ - "prompt" - ] - } - } - }, - "output": { - "type": "object", - "properties": { - "inference_results": { - "type": "array", - "items": { - "type": "object", - "properties": { - "output": { - "type": "array", - "items": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "dataAsMap": { - "type": "object", - "properties": { - "response": { - "type": "string" - } - }, - "required": [ - "response" - ] - } - }, - "required": [ - "name", - "dataAsMap" - ] - } - }, - "status_code": { - "type": "integer" - } - }, - "required": [ - "output", - "status_code" - ] - } - } - }, - "required": [ - "inference_results" - ] - } - } -} \ No newline at end of file