From 4c28a607eca69a80ca2daea0af1142dfb8073a7d Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Wed, 10 May 2023 11:59:18 -0300 Subject: [PATCH] Change copy in ai-plugin (#19451) --- public/.well-known/ai-plugin.json | 4 ++-- public/openapi.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/.well-known/ai-plugin.json b/public/.well-known/ai-plugin.json index dba47fad6..cf8d520b1 100644 --- a/public/.well-known/ai-plugin.json +++ b/public/.well-known/ai-plugin.json @@ -2,8 +2,8 @@ "schema_version": "v1", "name_for_human": "DEV Community", "name_for_model": "dev", - "description_for_human": "Plugin for recommending articles or users from DEV Community.", - "description_for_model": "Plugin for recommending articles or users from DEV Community. Always link to a url for the resource returned.", + "description_for_human": "Recommending posts and members from DEV Community.", + "description_for_model": "Recommending articles or users from DEV Community. Always link to a url for the resource returned.", "auth": { "type": "none" }, diff --git a/public/openapi.yml b/public/openapi.yml index 30db27ede..0bf1b134c 100644 --- a/public/openapi.yml +++ b/public/openapi.yml @@ -2,7 +2,7 @@ openapi: 3.0.1 # We start by defining the specification version, the title, description, and version number. When a query is run in ChatGPT, it will look at the description that is defined in the info section to determine if the plugin is relevant for the user query. info: title: DEV Community - description: A plugin that recommends resources like articles or users to a user using ChatGP. + description: Recommends resources like articles or users to a user using ChatGP. version: 'v1' servers: - url: https://dev.to