Change copy in ai-plugin (#19451)
This commit is contained in:
parent
5933f294e9
commit
4c28a607ec
2 changed files with 3 additions and 3 deletions
|
|
@ -2,8 +2,8 @@
|
||||||
"schema_version": "v1",
|
"schema_version": "v1",
|
||||||
"name_for_human": "DEV Community",
|
"name_for_human": "DEV Community",
|
||||||
"name_for_model": "dev",
|
"name_for_model": "dev",
|
||||||
"description_for_human": "Plugin for recommending articles or users from DEV Community.",
|
"description_for_human": "Recommending posts and members 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_model": "Recommending articles or users from DEV Community. Always link to a url for the resource returned.",
|
||||||
"auth": {
|
"auth": {
|
||||||
"type": "none"
|
"type": "none"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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.
|
# 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:
|
info:
|
||||||
title: DEV Community
|
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'
|
version: 'v1'
|
||||||
servers:
|
servers:
|
||||||
- url: https://dev.to
|
- url: https://dev.to
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue