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
62
62
endpoint=" your_project_endpoint" , # Replace with your endpoint
63
63
credential=DefaultAzureCredential())
64
64
` ` `
65
+ See [Azure AI Projects client library for Python](/python/api/overview/azure/ai-projects-readme).
65
66
66
67
::: zone-end
67
68
@@ -88,12 +89,12 @@ The Azure AI Foundry Projects client library is a unified library that enables y
88
89
.buildClient ();
89
90
` ` `
90
91
92
+ See [Azure AI Projects client library for Java](/java/api/overview/azure/ai-projects-readme).
93
+
91
94
::: zone-end
92
95
93
96
::: zone pivot=" programming-language-javascript"
94
97
95
- [! INCLUDE [feature-preview](../../includes/feature-preview.md)]
96
-
97
98
* Install dependencies (preview):
98
99
99
100
` ` ` bash
@@ -111,6 +112,8 @@ The Azure AI Foundry Projects client library is a unified library that enables y
111
112
const project = new AIProjectClient(endpoint, new DefaultAzureCredential ());
112
113
` ` `
113
114
115
+ See [Azure AI Projects client library for JavaScript](/javascript/api/overview/azure/ai-projects-readme).
116
+
114
117
::: zone-end
115
118
116
119
::: zone pivot=" programming-language-csharp"
@@ -149,6 +152,8 @@ The Azure AI Foundry Projects client library is a unified library that enables y
149
152
);
150
153
` ` `
151
154
155
+ See [Azure AI Projects client library for .NET](/dotnet/api/overview/azure/ai.projects-readme).
156
+
152
157
::: zone-end
153
158
154
159
< a name=" azure-ai-foundry-agent-service" ></a>
You can’t perform that action at this time.
0 commit comments