Open calebkiage opened 3 months ago
Hi @calebkiage thanks for creating this issue. Is this a blocking issue for you and if yes, can you provide some detail on the impact to help us to prioritise this.
Hi @markwallace-microsoft, it's not a blocking issue. I'm cataloguing gaps in semantic kernel's OpenAPI support and opening issues for tracking.
This issue is stale because it has been open for 90 days with no activity.
Describe the bug According to the OpenAPI spec, parameters are allowed under the path object and should apply to all operations under that path item. Semantic Kernel currently only uses parameters under the operation object.
An example OpenAPI:
Expected behavior Semantic kernel should consider path item parameters as well as operation parameters when building a plugin
Platform
Additional context