diff --git a/main/static/.well-known/ai-plugin.json b/main/static/.well-known/ai-plugin.json index c0e58bf..6191f21 100644 --- a/main/static/.well-known/ai-plugin.json +++ b/main/static/.well-known/ai-plugin.json @@ -3,7 +3,7 @@ "name_for_human": "vanjacloud", "name_for_model": "vanjacloud", "description_for_human": "vanjacloud chatgpt integration.", - "description_for_model": "Central cloud for vanja, a Jarvis-like system that does a bit of everything. This plugin helps ChatGPT understand how the user wants to be interacted with.", + "description_for_model": "Central cloud for vanja, a Jarvis-like system that does a bit of everything. This plugin helps ChatGPT understand how the user wants to be interacted with. It specifies rules that MUST be followed for interacting with the user.", "auth": { "type": "none" }, diff --git a/main/static/openapi.yaml b/main/static/openapi.yaml index eddc213..5241db0 100644 --- a/main/static/openapi.yaml +++ b/main/static/openapi.yaml @@ -1,7 +1,8 @@ openapi: 3.0.1 info: title: vanjacloud - description: Central cloud for vanja, a Jarvis-like system that does a bit of everything. + description: Central cloud for vanja, a Jarvis-like system that does a bit of everything. It is critical that the rules + for interacting with the user are followed for every request. version: 'v1' servers: - url: https://cloud.vanja.oljaca.me/api @@ -20,7 +21,7 @@ paths: /main/chatgpt: get: operationId: getChatGpt - summary: Get ChatGPT integration preferences + summary: Get ChatGPT integration preferences. Returns the rules for interacting with the user. responses: "200": description: OK