-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
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
Upgrade compiler and tcgc in Aug #2741
Upgrade compiler and tcgc in Aug #2741
Conversation
@@ -90,6 +90,7 @@ | |||
} | |||
}, | |||
"requestBody": { | |||
"required": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be a fix in OpenAPI emitter with shared route: microsoft/typespec#4044
@@ -501,7 +501,7 @@ export interface Embedding { | |||
object: "embedding"; | |||
/** | |||
* The embedding vector, which is a list of floats. The length of vector depends on the model as\ | |||
* * listed in the [embedding guide](/docs/guides/embeddings). | |||
* listed in the [embedding guide](/docs/guides/embeddings). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change should be expected and fixed here: microsoft/typespec#3646.
which means the nightly ci would be expected to be failed.
@@ -1,43 +1,44 @@ | |||
lockfileVersion: 5.4 | |||
|
|||
importers: | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we have 7927 lines changes for this file ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think this is because of format.
fixes #2740
Upgrade compiler version to
v0.59.0
Upgrade tcgc version to
v0.45.1