Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Plugin Manifest Output Validation #1286

Closed
peombwa opened this issue Jun 30, 2023 · 1 comment
Closed

[Feature] Plugin Manifest Output Validation #1286

peombwa opened this issue Jun 30, 2023 · 1 comment
Labels
type:feature New experience request

Comments

@peombwa
Copy link
Contributor

peombwa commented Jun 30, 2023

Describe the solution you'd like
We should ensure that the OpenAPI specification in OpenAI's plugin manifest output folder conforms to the validation rules at https://platform.openai.com/docs/plugins/getting-started:

Keep in mind the following limits in your OpenAPI specification, which are subject to change:

  • 200 characters max for each API endpoint description/summary field in API specification
  • 200 characters max for each API param description field in API specification

Please note that these rules are subject to change. We should look at storing and reading the rules from a configuration file.

This is just a quality-of-life improvement to help customer catch and address common errors that can occur from the manifest.

@MaggieKimani1 MaggieKimani1 added the type:feature New experience request label Jul 24, 2023
@peombwa
Copy link
Contributor Author

peombwa commented Oct 9, 2023

Transfered to microsoft/OpenApi.ApiManifest#31.

@peombwa peombwa closed this as completed Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New experience request
Projects
None yet
Development

No branches or pull requests

2 participants