File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
articles/ai-foundry/default/includes Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -18,26 +18,25 @@ Use the previously created agent named "MyAgent" to interact by asking a questio
1818
1919:::code language="python" source="~ /foundry-samples-nov25-updates/samples-v2/microsoft/python/quickstart/quickstart-chat-with-agent.py":::
2020
21- <!-- # [C#](#tab/csharp)
21+ <!-- # [C#](#tab/csharp) -->
2222
2323<!-- :::code language="csharp" source="~/foundry-samples-nov25-updates/samples-v2/microsoft/csharp/quickstart/AgentService.cs"::: -->
24- Not yet available.
2524
26- # [ TypeScript] ( #tab/typescript )
25+
26+ <!-- # [TypeScript](#tab/typescript) -->
2727
2828<!-- :::code language="typescript" source="~/foundry-samples-nov25-updates/samples-v2/microsoft/typescript/quickstart/src/quickstart.ts"::: -->
29- Not yet available.
30-
31- # [ Java] ( #tab/java )
29+
30+ <!-- # [Java](#tab/java) -->
3231
3332<!-- :::code language="java" source="~/foundry-samples-nov25-updates/samples-v2/microsoft/java/quickstart/src/main/java/com/azure/ai/foundry/samples/AgentSample.java" ::: -->
34- Not yet available. -->
33+
3534
3635# [ REST API] ( #tab/rest2 )
3736
3837Replace ` YOUR-FOUNDRY-RESOURCE-NAME ` with your values:
3938
40- :::code language="console" source="~ /foundry-samples-nov25-updates/samples-v2/microsoft/REST/quickstart/quickstart.sh" id="chat_with_agent ":::
39+ :::code language="console" source="~ /foundry-samples-nov25-updates/samples-v2/microsoft/REST/quickstart/quickstart-chat-with-agent .sh":::
4140
4241# [ Azure AI Foundry portal] ( #tab/portal )
4342
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Not yet available -->
3535
3636Replace ` YOUR-FOUNDRY-RESOURCE-NAME ` with your values:
3737
38- :::code language="console" source="~ /foundry-samples-nov25-updates/samples-v2/microsoft/REST/quickstart/quickstart.sh" id="generate_response ":::
38+ :::code language="console" source="~ /foundry-samples-nov25-updates/samples-v2/microsoft/REST/quickstart/quickstart-responses .sh":::
3939
4040# [ Azure AI Foundry portal] ( #tab/portal )
4141
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Not yet available -->
3636
3737Replace ` YOUR-FOUNDRY-RESOURCE-NAME ` with your values:
3838
39- :::code language="console" source="~ /foundry-samples-nov25-updates/samples-v2/microsoft/REST/quickstart/quickstart.sh" id="create_agent ":::
39+ :::code language="console" source="~ /foundry-samples-nov25-updates/samples-v2/microsoft/REST/quickstart/quickstart-create-agent .sh":::
4040
4141# [ Azure AI Foundry portal] ( #tab/portal )
4242
You can’t perform that action at this time.
0 commit comments