File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
articles/ai-foundry/how-to/develop Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
6262 endpoint=" your_project_endpoint" , # Replace with your endpoint
6363 credential=DefaultAzureCredential())
6464 ` ` `
65+ See [Azure AI Projects client library for Python](/python/api/overview/azure/ai-projects-readme).
6566
6667::: zone-end
6768
@@ -88,12 +89,12 @@ The Azure AI Foundry Projects client library is a unified library that enables y
8889 .buildClient ();
8990 ` ` `
9091
92+ See [Azure AI Projects client library for Java](/java/api/overview/azure/ai-projects-readme).
93+
9194::: zone-end
9295
9396::: zone pivot=" programming-language-javascript"
9497
95- [! INCLUDE [feature-preview](../../includes/feature-preview.md)]
96-
9798* Install dependencies (preview):
9899
99100 ` ` ` bash
@@ -111,6 +112,8 @@ The Azure AI Foundry Projects client library is a unified library that enables y
111112 const project = new AIProjectClient(endpoint, new DefaultAzureCredential ());
112113 ` ` `
113114
115+ See [Azure AI Projects client library for JavaScript](/javascript/api/overview/azure/ai-projects-readme).
116+
114117::: zone-end
115118
116119::: zone pivot=" programming-language-csharp"
@@ -149,6 +152,8 @@ The Azure AI Foundry Projects client library is a unified library that enables y
149152 );
150153 ` ` `
151154
155+ See [Azure AI Projects client library for .NET](/dotnet/api/overview/azure/ai.projects-readme).
156+
152157::: zone-end
153158
154159< a name=" azure-ai-foundry-agent-service" ></a>
You can’t perform that action at this time.
0 commit comments