Skip to content

Commit bfadf5c

Browse files
github-actions[bot]actions-userJoshLove-msft
authored
Update @typespec/http-client-csharp to 1.0.0-alpha.20251113.2 (#837)
* Update @typespec/http-client-csharp to 1.0.0-alpha.20251113.2 - Updated @typespec/http-client-csharp from 1.0.0-alpha.20251111.2 to 1.0.0-alpha.20251113.2 - Updated Microsoft.TypeSpec.Generator.ClientModel from 1.0.0-alpha.20251111.2 to 1.0.0-alpha.20251113.2 - Regenerated OpenAI SDK code with new generator version - Updated centrally managed package-lock.json file with new dependency versions * Fix min/max * regen --------- Co-authored-by: GitHub Action <[email protected]> Co-authored-by: jolov <[email protected]>
1 parent 5a1b060 commit bfadf5c

File tree

60 files changed

+159
-159
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+159
-159
lines changed

codegen/generator/src/OpenAI.Library.Plugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.TypeSpec.Generator.ClientModel" Version="1.0.0-alpha.20251111.2" />
11+
<PackageReference Include="Microsoft.TypeSpec.Generator.ClientModel" Version="1.0.0-alpha.20251113.2" />
1212
</ItemGroup>
1313

1414
<!-- Copy output to package dist path for local execution and -->

codegen/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
],
3030
"dependencies": {
3131
"@open-ai/plugin": "file:",
32-
"@azure-tools/typespec-client-generator-core": "0.61.0",
33-
"@typespec/http-client-csharp": "1.0.0-alpha.20251111.2",
34-
"@typespec/http": "1.5.0",
35-
"@typespec/openapi": "1.5.0"
32+
"@azure-tools/typespec-client-generator-core": "0.62.0",
33+
"@typespec/http-client-csharp": "1.0.0-alpha.20251113.2",
34+
"@typespec/http": "1.6.0",
35+
"@typespec/openapi": "1.6.0"
3636
},
3737
"devDependencies": {
3838
"@types/node": "^22.8.1",

package-lock.json

Lines changed: 152 additions & 152 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/base/typespec/chat/models.tsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ model CreateChatCompletionRequest {
305305
If specified, our system will make a best effort to sample deterministically, such that repeated requests with the same `seed` and parameters should return the same result.
306306
Determinism is not guaranteed, and you should refer to the `system_fingerprint` response parameter to monitor changes in the backend.
307307
""")
308-
@minValue(-9223372036854776000)
309-
@maxValue(9223372036854776000)
308+
@minValue(-9223372036854775808)
309+
@maxValue(9223372036854775807)
310310
seed?: int64 | null;
311311

312312
stream_options?: ChatCompletionStreamOptions | null = null;

0 commit comments

Comments
 (0)