Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maisarissi authored Apr 12, 2024
1 parent 90096c6 commit 1fae807
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specs/cli/plugin-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Developers can generate `openai` and `apimanifest` type of plugins. By generatin
Once the `workspace.json` file is generated and the OpenAPI document file is saved locally, the generation will be executed and the plugin and the sliced OpenAPI document will become available.

For `openai` plugins, the generated plugin will be named `open-ai-puglins.json.json` and the mapping should follow [Hidi logic to generate OpenAI Plugin](https://github.com/microsoft/OpenAPI.NET/blob/vnext/src/Microsoft.OpenApi.Hidi/OpenApiService.cs#L748). Requiring fields default as the following:
For `openai` plugins, the generated plugin will be named `open-ai-plugins.json` and the mapping should follow [Hidi logic to generate OpenAI Plugin](https://github.com/microsoft/OpenAPI.NET/blob/vnext/src/Microsoft.OpenApi.Hidi/OpenApiService.cs#L748). Requiring fields default as the following:

| OpenAI field | Default value |
| -- | -- |
Expand Down Expand Up @@ -78,7 +78,7 @@ _The resulting `workspace.json` file will look like this:_
}
```

_The resulting OpenAI plugin named `open-ai-puglins.json` will look like this:_
_The resulting OpenAI plugin named `open-ai-plugins.json` will look like this:_

```jsonc
{
Expand Down Expand Up @@ -178,7 +178,7 @@ _The resulting API Manifest named `apimanifest.json` in the `./kiota` folder (co
└─plugins
└─github
└─github-apimanifest.json # Specific API Manifest
└─open-ai-puglins.json #OpenAI Plugin
└─open-ai-plugins.json #OpenAI Plugin
└─sliced-github.json # Sliced and augmented OpenAPI document
```

Expand Down

0 comments on commit 1fae807

Please sign in to comment.