Skip to content
Closed
1 change: 1 addition & 0 deletions api/OpenAI.net8.0.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5702,6 +5702,7 @@ public class ResponseContentPart : IJsonModel<ResponseContentPart>, IPersistable
public string InputFilename { get; }
public ResponseImageDetailLevel? InputImageDetailLevel { get; }
public string InputImageFileId { get; }
public string InputImageUrl { get; }
public ResponseContentPartKind Kind { get; }
public IReadOnlyList<ResponseMessageAnnotation> OutputTextAnnotations { get; }
[Serialization.JsonIgnore]
Expand Down
1 change: 1 addition & 0 deletions api/OpenAI.netstandard2.0.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5007,6 +5007,7 @@ public class ResponseContentPart : IJsonModel<ResponseContentPart>, IPersistable
public string InputFilename { get; }
public ResponseImageDetailLevel? InputImageDetailLevel { get; }
public string InputImageFileId { get; }
public string InputImageUrl { get; }
public ResponseContentPartKind Kind { get; }
public IReadOnlyList<ResponseMessageAnnotation> OutputTextAnnotations { get; }
[Serialization.JsonIgnore]
Expand Down
2 changes: 1 addition & 1 deletion codegen/generator/src/OpenAI.Library.Plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.TypeSpec.Generator.ClientModel" Version="1.0.0-alpha.20251125.5" />
<PackageReference Include="Microsoft.TypeSpec.Generator.ClientModel" Version="1.0.0-alpha.20251212.3" />
</ItemGroup>

<!-- Copy output to package dist path for local execution and -->
Expand Down
8 changes: 4 additions & 4 deletions codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"dist/**"
],
"dependencies": {
"@azure-tools/typespec-client-generator-core": "0.62.0",
"@azure-tools/typespec-client-generator-core": "0.63.0",
"@open-ai/plugin": "file:",
"@typespec/http": "1.6.0",
"@typespec/http-client-csharp": "1.0.0-alpha.20251125.5",
"@typespec/openapi": "1.6.0"
"@typespec/http": "1.7.0",
"@typespec/http-client-csharp": "1.0.0-alpha.20251212.3",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package has been updated to version 1.0.0-alpha.20251223.2, so this part of the PR can be reverted. 🙂

"@typespec/openapi": "1.7.0"
},
"devDependencies": {
"@types/node": "^22.8.1",
Expand Down
Loading
Loading