File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
- Snippets: ` devproxy-plugin-api-center-minimal-permissions-config ` - ApiCenterMinimalPermissionsPlugin config section
14
14
- Snippets: ` devproxy-plugin-http-file-generator ` - HttpFileGeneratorPlugin instance
15
15
- Snippets: ` devproxy-plugin-http-file-generator-config ` - HttpFileGeneratorPlugin config section
16
+ - Snippets: ` devproxy-plugin-openai-mock-response ` - OpenAIMockResponsePlugin instance
16
17
17
18
### Changed:
18
19
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ The following sections describe the features that the extension contributes to V
102
102
| ` devproxy-plugin-mock-response-schema ` | MockResponsePlugin schema |
103
103
| ` devproxy-plugin-odata-paging-guidance ` | ODataPagingGuidancePlugin instance |
104
104
| ` devproxy-plugin-graph-odsp-search-guidance ` | ODSPSearchGuidancePlugin instance |
105
+ | ` devproxy-plugin-openai-mock-response ` | OpenAIMockResponsePlugin instance |
105
106
| ` devproxy-plugin-open-api-spec-generator ` | OpenApiSpecGeneratorPlugin instance |
106
107
| ` devproxy-plugin-rate-limiting ` | MockResponsePlugin instance |
107
108
| ` devproxy-plugin-rate-limiting-config ` | RateLimitingPlugin config section |
Original file line number Diff line number Diff line change @@ -133,6 +133,9 @@ export const pluginSnippets: PluginSnippets = {
133
133
ODSPSearchGuidancePlugin : {
134
134
instance : 'devproxy-plugin-odsp-search-guidance' ,
135
135
} ,
136
+ OpenAIMockResponsePlugin : {
137
+ instance : 'devproxy-plugin-openai-mock-response' ,
138
+ } ,
136
139
OpenApiSpecGeneratorPlugin : {
137
140
instance : 'devproxy-plugin-openapi-doc-generator' ,
138
141
} ,
@@ -254,6 +257,10 @@ export const pluginDocs: PluginDocs = {
254
257
name : 'ODSP Search Guidance Plugin' ,
255
258
url : 'https://learn.microsoft.com/microsoft-cloud/dev/dev-proxy/technical-reference/odspsearchguidanceplugin' ,
256
259
} ,
260
+ OpenAIMockResponsePlugin : {
261
+ name : 'OpenAI Mock Response Plugin' ,
262
+ url : 'https://learn.microsoft.com/microsoft-cloud/dev/dev-proxy/technical-reference/openaimockresponseplugin' ,
263
+ } ,
257
264
OpenApiSpecGeneratorPlugin : {
258
265
name : 'Open API Spec Generator Plugin' ,
259
266
url : 'https://learn.microsoft.com/microsoft-cloud/dev/dev-proxy/technical-reference/openapispecgeneratorplugin' ,
Original file line number Diff line number Diff line change 644
644
],
645
645
"description" : " ODSPSearchGuidancePlugin instance"
646
646
},
647
+ "OpenAIMockResponsePlugin" : {
648
+ "prefix" : " devproxy-plugin-openai-mock-response" ,
649
+ "body" : [
650
+ " {" ,
651
+ " \t\" name\" : \" OpenAIMockResponsePlugin\" ," ,
652
+ " \t\" enabled\" : true," ,
653
+ " \t\" pluginPath\" : \" ~appFolder/plugins/dev-proxy-plugins.dll\" " ,
654
+ " }"
655
+ ],
656
+ "description" : " OpenAIMockResponsePlugin instance"
657
+ },
647
658
"OpenApiSpecGeneratorPlugin" : {
648
659
"prefix" : " devproxy-plugin-open-api-spec-generator" ,
649
660
"body" : [
You can’t perform that action at this time.
0 commit comments