We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying Splitting the operations in two clients and have clients in different namespace, I find that current cadl-python can't handle it directly.
There are two bugs in generated code: (1) wrong import
autorest.python/packages/cadl-python/inference/generated_code/azure/openai/completion/_operations/_operations.py
Line 27 in fb02574
When referring to models in completion/_operations.py, the relative path shall be ... instead of ..: f89a946#diff-593f9c3ac94b68a7e8f3f0d0564b21ecaf457c6caa12a39e1ca65fac0023e974 (2) wrong config name in _vendor.py
models
completion/_operations.py
...
..
autorest.python/packages/cadl-python/inference/generated_code/azure/openai/completion/_vendor.py
Line 11 in fb02574
from ._configuration import CompletionClientConfiguration
The text was updated successfully, but these errors were encountered:
msyyc
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
When trying Splitting the operations in two clients and have clients in different namespace, I find that current cadl-python can't handle it directly.
There are two bugs in generated code:
(1) wrong import
autorest.python/packages/cadl-python/inference/generated_code/azure/openai/completion/_operations/_operations.py
Line 27 in fb02574
When referring to
models
incompletion/_operations.py
, the relative path shall be...
instead of..
:f89a946#diff-593f9c3ac94b68a7e8f3f0d0564b21ecaf457c6caa12a39e1ca65fac0023e974
(2) wrong config name in _vendor.py
autorest.python/packages/cadl-python/inference/generated_code/azure/openai/completion/_vendor.py
Line 11 in fb02574
it shall be :
The text was updated successfully, but these errors were encountered: