From c03e2b5e549985277fbcd60ef318e6a756c96b66 Mon Sep 17 00:00:00 2001 From: Okiki Ojo Date: Fri, 28 Jul 2023 22:19:11 -0400 Subject: [PATCH] Delete ai-plugin-prod.json --- .well-known/ai-plugin-prod.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .well-known/ai-plugin-prod.json diff --git a/.well-known/ai-plugin-prod.json b/.well-known/ai-plugin-prod.json deleted file mode 100644 index 821b22e..0000000 --- a/.well-known/ai-plugin-prod.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "schema_version": "v1", - "name_for_human": "TypeScript Twoslash API", - "name_for_model": "typescript_twoslash_api", - "description_for_human": "Lint, auto-complete, error check, and type check ts, jsx/tsx, and js files.", - "description_for_model": "Processes TypeScript and JavaScript code using twoslash comments, feeds it to an API for linting, autocompletion, error/type checks, tooltips, and more for TS, JSX/TSX, JS files.", - "auth": { - "type": "none" - }, - "api": { - "type": "openapi", - "url": "https://ts-check.okikio.dev/.well-known/openapi.yaml", - "is_user_authenticated": false - }, - "logo_url": "https://ts-check.okikio.dev/.well-known/logo.png", - "contact_email": "hey@okikio.dev", - "legal_info_url": "https://okikio.dev/privacy" -} \ No newline at end of file -- 2.51.2