You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:ivar language: Required. Is one of the following types: Literal["C"], Literal["C++"],
Literal["C#"], Literal["Go"], Literal["Java"], Literal["JavaScript"], Literal["Kotlin"],
Literal["Python"], Literal["Swagger"], Literal["Swift"], Literal["TypeSpec"]
:vartype language: str or str or str or str or str or str or str or str or str or str or str
I would expect that the vartype here specifies the Literals in the vartype, rather than "str or str or...".
The text was updated successfully, but these errors were encountered:
Generating the CodeFile model here results in the following docstring type:
I would expect that the vartype here specifies the Literals in the vartype, rather than "str or str or...".
The text was updated successfully, but these errors were encountered: