We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b65e6 commit e1a6fedCopy full SHA for e1a6fed
articles/ai-foundry/includes/install-csharp-packages.md
@@ -17,4 +17,5 @@ To work with Azure AI services in your .NET project, you'll need to install seve
17
dotnet add package Azure.Identity
18
dotnet add package Azure.AI.Projects
19
dotnet add package Azure.AI.Agents.Persistent
20
+dotnet add package Azure.AI.Inference
21
```
0 commit comments