Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
185 commits
Select commit Hold shift + click to select a range
be1b13a
Update TypeSpec
joseharriaga Feb 6, 2024
587222b
Add Assistants API
joseharriaga Feb 7, 2024
dd840f7
Re-generate OpenAPI spec with a few fixes
joseharriaga Feb 7, 2024
9733bb9
Remove duplicate readme
joseharriaga Feb 8, 2024
a952d41
Rename README
joseharriaga Feb 8, 2024
8eb95a0
Edit a couple of comments
joseharriaga Feb 8, 2024
b6bfedf
Fix listAssistants name
joseharriaga Feb 8, 2024
11bb01f
Fix listRuns path
joseharriaga Feb 9, 2024
4e9e7aa
Add initial .NET generated library
joseharriaga Feb 15, 2024
43dd97b
Fix fine-tuning operations.tsp
joseharriaga Feb 20, 2024
b16017a
Update System.ClientModel
joseharriaga Feb 20, 2024
a1ba42c
Fix Update-ClientModel.ps1 script
joseharriaga Feb 20, 2024
54851e2
Add embeddings example
joseharriaga Feb 20, 2024
03664d5
Fix Update-ClientModel.ps1 script: DefaultRequestContext and URI path…
joseharriaga Feb 21, 2024
c398c45
Fix SubmitToolOutputsRunRequest, remove Embeddings customizations, ed…
joseharriaga Feb 28, 2024
4decb12
Fix Update-ClientModel.ps1 script: Convenience methods with a single …
joseharriaga Feb 28, 2024
8c0f76d
Add ConvertTo-Internal.ps1 script
joseharriaga Feb 28, 2024
f1198ad
Port over custom code
joseharriaga Feb 29, 2024
48f0c6a
Update TypeSpec and add unbranded .NET library
joseharriaga Feb 29, 2024
d01aefa
Add samples and README (#3)
joseharriaga Feb 29, 2024
6604f76
Add CONTRIBUTING guide, fix Add-Customizations.ps1 script (#4)
joseharriaga Feb 29, 2024
9b3a87f
Improve function calling samples (#5)
joseharriaga Feb 29, 2024
2e44859
Refactor codegen scripts for eventual removal (#7)
joseharriaga Mar 4, 2024
36718a7
fix toolcalls serialization issue (#8)
trrwilson Mar 5, 2024
6ee5281
Update the fine-tuning TypeSpec and generated code (#9)
joseharriaga Mar 7, 2024
a7abb18
Expose protocol methods publicly (#10)
joseharriaga Mar 9, 2024
6e2d84b
Add convenience methods for image edits and variations (#11)
joseharriaga Mar 11, 2024
c056a8e
Update chat's function calling sample (#14)
joseharriaga Mar 12, 2024
0a209e4
Temporarily rename FineTuningClient for codegen (#15)
joseharriaga Mar 13, 2024
78b4d1b
migrate to int instead of long on custom surface (#16)
trrwilson Mar 13, 2024
9507223
Add client builds to the main workflow (#12)
hallipr Mar 13, 2024
ae2b80c
Update generated OpenAPIv3 spec (#18)
joseharriaga Mar 14, 2024
ae52661
Add version properties to allow for action based package naming (#19)
hallipr Mar 14, 2024
4c0740e
Remove validation job from workflow (#20)
hallipr Mar 14, 2024
f49feeb
Remove no-PR condition on package upload (#21)
hallipr Mar 15, 2024
5da30e9
Update CodeGen to version 3.0.0-beta.20240312.2 (#22)
joseharriaga Mar 15, 2024
21bd3c9
Fix protocol method sample (#24)
joseharriaga Mar 15, 2024
6d6ea78
Add unit tests with secrets (#23)
hallipr Mar 15, 2024
c25a062
Add release workflow (#25)
hallipr Mar 15, 2024
1d447d9
When building a release, upload nuget package as a release asset (#27)
hallipr Mar 18, 2024
3957379
Add release url to nuget package (#28)
hallipr Mar 18, 2024
bc4d02f
Use major version 0 (#29)
hallipr Mar 18, 2024
ddbba58
Use better package urls (#30)
hallipr Mar 18, 2024
fed67d6
Add ModifyMessage methods to AssistantClient (#31)
joseharriaga Mar 18, 2024
6374f6d
Move OpenAI to use latest multipart/form-data proposal (#32)
annelo-msft Mar 20, 2024
7b8ea02
Update System.ClientModel to version 1.1.0-alpha.20240319.1 (#35)
joseharriaga Mar 20, 2024
b5032d5
Add Directory.Build.targets to test project to copy assets to output …
joseharriaga Mar 20, 2024
bab92c7
Apply EditorBrowsableState.Never to multipart/form-data protocol meth…
joseharriaga Mar 20, 2024
2f84947
client constructor feedback (#34)
trrwilson Mar 20, 2024
cf3b7c0
Polyfill the C#12 "ExperimentalAttribute" and use it for AssistantCli…
trrwilson Mar 20, 2024
61157b6
incorporate some of the lower-hanging ApiView feedback (#40)
trrwilson Mar 21, 2024
95bd1aa
Move ImageSize to a non-enum type (#33)
trrwilson Mar 21, 2024
228a46f
Update TypeSpec to OpenAPIv3 commit 28a300c5784415af66f81b2acc0db182f…
joseharriaga Mar 26, 2024
f23bf88
OpenAI: Update convenience layer for multipart/form-data endpoints pe…
annelo-msft Mar 28, 2024
e81f3dd
ApiView: port smaller set of feedback changes (#47)
trrwilson Mar 29, 2024
1aaede4
Add audio samples (#50)
joseharriaga Mar 29, 2024
e6f141f
Rename a couple of samples (#51)
joseharriaga Mar 29, 2024
f2d3051
Very small serialization fix for GeneratedImageSize (via ToString()) …
trrwilson Mar 29, 2024
d1359fb
Fix Size for image edits and variations (#54)
joseharriaga Mar 29, 2024
0903d44
Update README (#55)
joseharriaga Mar 30, 2024
0abd2d3
Update CodeGen to version 3.0.0-beta.20240329.2 (#56)
joseharriaga Apr 2, 2024
9ed17a1
Set unreferenced-types-handling to keepAll in tspconfig.yaml (#57)
joseharriaga Apr 10, 2024
ecefe40
Update CodeGen to version 3.0.0-beta.20240410.1 (#58)
joseharriaga Apr 12, 2024
f3aeb63
transcription update, including timestamp granularities (#59)
trrwilson Apr 13, 2024
808d428
Update CONTRIBUTING.md (#62)
nisha-bhatia Apr 17, 2024
a3314a8
Add .NET 6.0 to TargetFrameworks (#65)
joseharriaga Apr 29, 2024
aa19f02
Move Embeddings and Images to generated layer (#63)
joseharriaga May 1, 2024
9001976
Move Audio, Fine-tuning, and Completions to generated layer (#69)
joseharriaga May 1, 2024
90ada61
minor options fix (#72)
trrwilson May 3, 2024
28d8f86
Add filename-based audio transcription overloads (#60)
trrwilson May 3, 2024
a064b1e
Update CodeGen to version 3.0.0-beta.20240429.3 (#71)
joseharriaga May 3, 2024
21f9f3c
customize duration deserialization (#73)
trrwilson May 3, 2024
27fd0f0
Base library updates for AOAI derivation (#74)
trrwilson May 4, 2024
4ff816a
quick fix (#76)
trrwilson May 4, 2024
6d98a37
Move Files to generated layer (#77)
joseharriaga May 5, 2024
4d439ee
Move Models to generated layer (#79)
joseharriaga May 5, 2024
01bdce6
Move Moderations to generated layer (#81)
joseharriaga May 6, 2024
7c08ae5
standardize files client method names (#80)
trrwilson May 6, 2024
9038f88
Add file path overloads for multipart/form-data and SyncAsyncTestBase…
joseharriaga May 6, 2024
cd7bacb
[STAGING ONLY]: Azure OpenAI support (#70)
trrwilson May 6, 2024
7532cc4
Update to System.ClietModel.1.1.0-beta.3 (#87)
joseharriaga May 7, 2024
cdcf209
AzureStaging: superficial token/DefaultAzureCredential support (#86)
trrwilson May 7, 2024
8174e0d
Auto-TypeSpec Part 1: parity (#66)
trrwilson May 8, 2024
a188f64
Auto-TypeSpec Part 2: new things (Batch, Assistants v2, etc) (#67)
trrwilson May 9, 2024
075f0e2
add new clients to AOAI staging (#90)
trrwilson May 10, 2024
7785dba
Auto-TypeSpec Part 3: much smaller, incremental update (#89)
trrwilson May 10, 2024
3955fa3
Assistants: v2 protocol, partial convenience support (#92)
trrwilson May 11, 2024
1ebe1f6
More Assistants v2: messages, runs, function tools (#93)
trrwilson May 12, 2024
0ae5e94
Assistants v2: run steps (#94)
trrwilson May 12, 2024
01db44d
Assistants v2: streaming (#95)
trrwilson May 13, 2024
59c9e5e
User/travisw/assistants by codegen (#97)
trrwilson May 14, 2024
9a17797
tsp flush (#98)
trrwilson May 14, 2024
304f639
that was harder than it should've been (#99)
trrwilson May 15, 2024
a42d530
Assistants v2: File Search w/ToolResources (#100)
trrwilson May 16, 2024
11a3ce5
quick fix (#101)
trrwilson May 16, 2024
4ba706a
Return SCM pageable abstractions from Assistant paging endpoints (#96)
annelo-msft May 17, 2024
1b1f822
Vector Stores (#102)
trrwilson May 17, 2024
c4515ec
Exception messages from codegen error model via custom ProcessMessage…
trrwilson May 17, 2024
de80b8d
small azure staging update (#103)
trrwilson May 17, 2024
aa7dee8
Return SCM collection abstractions from Assistant streaming convenien…
annelo-msft May 17, 2024
e0af39a
[Azure Staging] layered TypeSpec project to seed Azure models (#105)
trrwilson May 19, 2024
95e8ab2
Move Chat Completions to generated layer (#106)
joseharriaga May 21, 2024
8b33713
Refactor a few internals and fix FileUploadPurpose (#108)
joseharriaga May 21, 2024
942e45a
Rename EmbeddingOptions to EmbeddingGenerationOptions (#109)
joseharriaga May 21, 2024
0c632c9
Remove stray internals (#112)
joseharriaga May 21, 2024
175a41a
Add LogProbs tests for Chat Completions (#114)
joseharriaga May 21, 2024
6623671
followup on prior PR (#113)
trrwilson May 22, 2024
e5f10b0
We'll do it live: [InternalsVisibleTo("Azure.AI.OpenAI")] (#110)
trrwilson May 22, 2024
ae923bc
Refactor a few more internals (#115)
joseharriaga May 22, 2024
2c4db96
Azure: extra docs/comments for prettiness (#117)
trrwilson May 22, 2024
8213628
Flatten log probs (#118)
joseharriaga May 23, 2024
0df54d1
Update many public { set; } accessors (#119)
trrwilson May 23, 2024
63e2839
add missing-in-spec 'vision' upload purpose (#122)
trrwilson May 23, 2024
4137482
Add a User-Agent header (#120)
trrwilson May 24, 2024
ea3eca4
Preview readiness: README updates (#125)
trrwilson May 25, 2024
b8f7557
comment strip via powershell (#126)
trrwilson May 25, 2024
acac2d0
Complete moving code to the generated layer (#130)
joseharriaga May 28, 2024
4cb6e31
Adding live validation to cover missing scenarios. (#124)
kinelski May 29, 2024
ad6c872
fix for SRT/VTT (text/plain) transcription/translation (#131)
trrwilson May 29, 2024
55b3ad3
Switch to version 2.0.0-beta.1 and add missing doc comments on client…
joseharriaga May 29, 2024
0326f44
Update README and code samples (#133)
joseharriaga May 29, 2024
6d9ed05
Update api.md (#134)
joseharriaga May 29, 2024
d674206
TypeSpec update from OpenAPI: 2024-05-29 (#136)
trrwilson May 29, 2024
8678153
Fix AssistantChatMessage serialization after TypeSpec update (#137)
joseharriaga May 29, 2024
0593b9c
fix nullable 'role' on chat deltas (#139)
trrwilson Jun 3, 2024
eefe6ca
Port back changes to examples, README, etc. (#140)
joseharriaga Jun 4, 2024
e1bb9ba
reflect openai-dotnet bd11859981db75e8f66cc0c00dbb233507e7408e (#142)
trrwilson Jun 10, 2024
cd3ea92
restore scrub for cached clients (parallel to stoub change on openai-…
trrwilson Jun 12, 2024
3430387
Update repo (#147)
joseharriaga Jun 13, 2024
8f61f12
[Azure staging] refresh (#146)
trrwilson Jun 14, 2024
d9304c3
06/13 spec updates: vector store chunking, file search options, paral…
trrwilson Jun 14, 2024
a740a13
backport small updates from api update PR (#149)
trrwilson Jun 14, 2024
4f79cb8
Reflect changes from openai-dotnet @674e0f77 (#150)
trrwilson Jun 14, 2024
f9947a3
Mitigation for mono/wasm/etc. explicit interface covariance issue (#138)
trrwilson Jun 14, 2024
00d6d5a
reflect https://github.com/openai/openai-dotnet/commit/aca190004662e5…
trrwilson Jun 14, 2024
40b1d90
refactor project structure (#152)
trrwilson Jun 15, 2024
aa9a3ae
Azure Staging: fix reported pinecone data source issue; align structu…
trrwilson Jun 17, 2024
c2ce12e
[Azure Staging] followup for superficial local build validation (#154)
trrwilson Jun 17, 2024
a639289
reflect openai-dotnet@2ba8e69512e187ea0b761edda8bce2cd5c79c58a (#155)
trrwilson Jun 19, 2024
6e984dd
Sync to openai-dotnet@744afe7f5be5856f69a3201825d7fd80f1e79772 (#157)
joseharriaga Jun 22, 2024
08a64af
reflect openai-dotnet@0b97311f58dfb28bd883d990f68d548da040a807 (#158)
trrwilson Jun 24, 2024
e5e7499
use project conditional for azure staging (#160)
trrwilson Jun 25, 2024
f2c0cd9
Update CodeGen to version 3.0.0-beta.20240529.3 (#164)
joseharriaga Jul 6, 2024
0772146
Refactor TypeSpec and scripts (#165)
joseharriaga Jul 8, 2024
0254272
Improve test workflow integration: "smoke" category for CI, paralleli…
trrwilson Jul 9, 2024
f97a425
Fix assistant tests cleanup, file download test cleanup, and adding '…
joseharriaga Jul 11, 2024
7b17986
Update CodeGen to version 3.0.0-beta.20240628.1 (#168)
joseharriaga Jul 12, 2024
9ce03fe
Sync to openai-dotnet@39941cac92c042b7943207ea71f14ee534f96dc9 (#171)
joseharriaga Jul 16, 2024
5cfd2aa
Update CodeGen to version 3.0.0-beta.20240711.1 (#172)
joseharriaga Jul 16, 2024
7416e7b
[Azure staging] 2024-07-01-preview codegen (#166)
trrwilson Jul 19, 2024
79bdb48
CodeGen update (0.58.*/3.0.0-beta.20240722.4): SerializedAdditionalRa…
trrwilson Jul 24, 2024
6b8fb69
Simplify package.json (#176)
joseharriaga Jul 24, 2024
9caeb06
[Port] Add test categories per feature area and other test improvemen…
joseharriaga Jul 24, 2024
418bb3c
[Port] Update paging APIs to use updated SCM types (#178)
joseharriaga Jul 24, 2024
77c0104
[Port] Fixes to Assistant, VectorStore client methods (#179)
joseharriaga Jul 24, 2024
35b43c5
[Port] Make RequiredActionUpdate a RunUpdate (#180)
joseharriaga Jul 24, 2024
ffabc0b
Sync to openai-dotnet@f559fa64ea26fc0c797452dfc71c93d609dc4a60 (#183)
joseharriaga Jul 29, 2024
500429f
[OpenAI] Update init to set (#182)
ShivangiReja Jul 30, 2024
b734c80
Sync to openai-dotnet@c29e8a05c367ffde46bfe5661c118f33f44ae6ef (#184)
joseharriaga Aug 1, 2024
5563dc9
Add Export-API.ps1 script for semi-automated API listing generation (…
trrwilson Aug 1, 2024
9e7d0dc
powershell: no more convertto-internal (#186)
trrwilson Aug 3, 2024
8aaa767
Refactor internal types (#187)
joseharriaga Aug 3, 2024
d78660f
Add Run-Checks.ps1 script (#189)
joseharriaga Aug 5, 2024
ac7b18d
Sync to openai-dotnet@057e54bf8ad8b41518d1aaf53f43763795568b2e (#192)
joseharriaga Aug 6, 2024
278af15
Azure OpenAI compilation fixes (post pagination improvements) (#190)
trrwilson Aug 8, 2024
894ae74
DevMirror CI: build .dotnet.azure for a quick compilation check (#194)
trrwilson Aug 8, 2024
3848241
Sync to openai-dotnet@3284295e7fd9922a3395d921513473bcb483655e (#196)
joseharriaga Aug 9, 2024
6e32339
Sync to openai-dotnet@d5b5c604556eb85aef8ea512653698773557554e (#199)
joseharriaga Aug 9, 2024
a8385ab
Fix telemetry and assistant tests, update API listings (#200)
joseharriaga Aug 9, 2024
61ff380
Restore temporary workaround: replace "W" deserialization format chec…
trrwilson Aug 12, 2024
503b024
[ModelFactory] Implemented Files, Models, and Moderations factories (…
kinelski Aug 13, 2024
5e7a2f8
Restore clean run-checks and make it run with CI (#210)
trrwilson Aug 14, 2024
6006f9b
Export API with model factory changes (#211)
joseharriaga Aug 14, 2024
5ed5492
Remove constructors that do not explicitly take a credential paramete…
joseharriaga Aug 19, 2024
20dadae
Rename `User` property in applicable Options classes to `EndUserId` (…
joseharriaga Aug 19, 2024
254de90
Sync to openai-dotnet@3ce26bd729fe9e49f444c115f032c9fa254dad5b (#216)
joseharriaga Aug 20, 2024
292266a
Let's go faster: full (8/16) spec update, minimal/targeted public API…
trrwilson Aug 23, 2024
04db4a1
tiny test warning fix (#217)
trrwilson Aug 23, 2024
ee5305e
Code reflection update: OpenAI 2.0.0-beta.9 + Azure.AI.OpenAI 2.0.0-b…
trrwilson Aug 24, 2024
2571c77
Rename `GenerateSpeechFromText` to `GenerateSpeech` (#204)
joseharriaga Aug 25, 2024
c7a0d03
Use `AssertNotFrozen()` in the setters of `OpenAIClientOptions` prope…
joseharriaga Aug 25, 2024
add97d7
Remove the version path parameter "v1" from the default endpoint URL …
joseharriaga Aug 25, 2024
adddd28
Change the type of SizeInBytes in OpenAIFileInfo from long? to int? (…
joseharriaga Aug 25, 2024
6ec17ca
Top-level client options bug fix and test (#221)
trrwilson Aug 26, 2024
5cffbe6
adding gitattributes to handle line endings
Sep 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
706 changes: 706 additions & 0 deletions .dotnet.azure/.tests.staging/AoaiTestBase.cs

Large diffs are not rendered by default.

674 changes: 674 additions & 0 deletions .dotnet.azure/.tests.staging/AssistantTests.cs

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions .dotnet.azure/.tests.staging/Azure.AI.OpenAI.Tests.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<!--Ignore XML doc comments on test types and members-->
<NoWarn>$(NoWarn);CS1591</NoWarn>
<Configurations>Unsigned</Configurations>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\src\Azure.AI.OpenAI.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.12.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Moq" Version="[4.18.2]" />
</ItemGroup>
</Project>
30 changes: 30 additions & 0 deletions .dotnet.azure/Azure.AI.OpenAI.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35004.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.AI.OpenAI", "src\Azure.AI.OpenAI.csproj", "{A80B9566-84A5-4AE4-AA0A-72B18646F1EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenAI", "..\.dotnet\src\OpenAI.csproj", "{8BEE571B-DB25-4BE5-B9EB-2CA81D12EBC6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.AI.OpenAI.Tests", ".tests.staging\Azure.AI.OpenAI.Tests.csproj", "{23DAB09E-3986-4248-AC80-2273C20FCD90}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Unsigned|Any CPU = Unsigned|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A80B9566-84A5-4AE4-AA0A-72B18646F1EC}.Unsigned|Any CPU.ActiveCfg = Unsigned|Any CPU
{A80B9566-84A5-4AE4-AA0A-72B18646F1EC}.Unsigned|Any CPU.Build.0 = Unsigned|Any CPU
{8BEE571B-DB25-4BE5-B9EB-2CA81D12EBC6}.Unsigned|Any CPU.ActiveCfg = Unsigned|Any CPU
{8BEE571B-DB25-4BE5-B9EB-2CA81D12EBC6}.Unsigned|Any CPU.Build.0 = Unsigned|Any CPU
{23DAB09E-3986-4248-AC80-2273C20FCD90}.Unsigned|Any CPU.ActiveCfg = Unsigned|Any CPU
{23DAB09E-3986-4248-AC80-2273C20FCD90}.Unsigned|Any CPU.Build.0 = Unsigned|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A68497E4-547C-42B4-8EE4-6776A8238EE4}
EndGlobalSection
EndGlobal
495 changes: 495 additions & 0 deletions .dotnet.azure/CHANGELOG.md

Large diffs are not rendered by default.

536 changes: 536 additions & 0 deletions .dotnet.azure/README.md

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions .dotnet.azure/assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/openai/Azure.AI.OpenAI",
"Tag": "net/openai/Azure.AI.OpenAI_23ae923738"
}
41 changes: 41 additions & 0 deletions .dotnet.azure/src/Azure.AI.OpenAI.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!--
NOTE: This is a staging version of the file. Changes should not be made here except for reflections and replacements from azure-sdk-for-net.
This project will be removed once direct codegen support is functional.

To successfully build, signing and key-specified InternalsVisibleTo must be commented out in OpenAI.csproj. Do not merge such a local change.
-->

<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>
Azure OpenAI's official extension package for using OpenAI's .NET library with the Azure OpenAI Service.
</Description>
<AssemblyTitle>Azure.AI.OpenAI Client Library</AssemblyTitle>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>beta.3</VersionSuffix>
<PackageTags>Microsoft Azure OpenAI</PackageTags>
<DisableEnhancedAnalysis>true</DisableEnhancedAnalysis>
<!-- <TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks> -->
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<GenerateAPIListing>true</GenerateAPIListing>
<NoWarn>$(NoWarn);CS1591;AZC0012;AZC0102;CS8002;CS0436;AZC0112</NoWarn>
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>preview</LangVersion>
<Nullable>disable</Nullable>
<Configurations>Unsigned</Configurations>
</PropertyGroup>

<ItemGroup>
<!-- <PackageReference Include="Azure.Core" /> -->
<PackageReference Include="Azure.Core" Version="1.40.0" />
<!-- <PackageReference Include="OpenAI" VersionOverride="2.0.0-*" /> -->
<ProjectReference Include="..\..\.dotnet\src\OpenAI.csproj" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="Azure.AI.OpenAI.Tests"/>
</ItemGroup>

</Project>
Loading