Skip to content

New specification of OpenAPI for Generative AI #183

Open
@samchon

Description

@samchon

Shrinked OpenAPI specification for Generative AI of backend server.

In other worlds, special document type for backend vibe coding, using AI function calling (or structured output).

The new type's name would be OpenApiGenerative.

export namespace OpenApiGenerative {
  export interface IDocument {}
  export interface IOperation {}
  export interface IParameter {}
  export interface IBody {}
  export interface IResponse {}

  export function transform(doc: IDocument): OpenApi.IDocument;
}

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions