-
Hey folks, is it possible to use the OpenAPI plugin with a custom http client, like e.g., aiohttp? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
moonbox3
Apr 8, 2025
Replies: 2 comments
-
Hi @vslepakov, yes we allow for the use of an httpx async custom client as part of the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
moonbox3
-
Hi @moonbox3, fantastic, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @vslepakov, yes we allow for the use of an httpx async custom client as part of the
OpenAPIFunctionExecutionParameters
:semantic-kernel/python/semantic_kernel/connectors/openapi_plugin/openapi_function_execution_parameters.py
Line 23 in 14d772e