-
Notifications
You must be signed in to change notification settings - Fork 341
Closed
Labels
area: architectureThis item is related to general architecture of the OpenAI client library.This item is related to general architecture of the OpenAI client library.team-work-item
Description
Update System.ClientModel to version 1.8.1 as follows:
- In
src/OpenAI.csproj, change:
<PackageReference Include="System.ClientModel" Version="1.8.0" />to
<PackageReference Include="System.ClientModel" Version="1.8.1" />- In
scripts/Export-Api.ps1, update the assembly reference resolution logic for System.ClientModel:
- Change any references to previous versions (such as
$systemClientModelPath = Join-Path $nugetPackagesPath "system.clientmodel\1.7.0") to1.8.1in path resolution and related commands if present.
Files to modify:
Copilot
Metadata
Metadata
Assignees
Labels
area: architectureThis item is related to general architecture of the OpenAI client library.This item is related to general architecture of the OpenAI client library.team-work-item