Skip to content

Commit a46f54b

Browse files
committed
moving toc
1 parent 0974707 commit a46f54b

File tree

1 file changed

+162
-7
lines changed

1 file changed

+162
-7
lines changed

articles/ai-foundry/toc.yml

Lines changed: 162 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -537,14 +537,161 @@ items:
537537
href: /azure/ai-services/computer-vision/concept-face-recognition?context=/azure/ai-foundry/context/context
538538
- name: Liveness detection tutorial
539539
href: /azure/ai-services/computer-vision/tutorials/liveness?context=/azure/ai-foundry/context/context
540-
- name: Solutions
540+
- name: Agents
541541
items:
542-
- name: Agents
542+
- name: What is Foundry Agent Service?
543+
href: overview.md
544+
- name: Overview
545+
expanded: true
546+
items:
547+
- name: What is Foundry Agent Service?
548+
href: overview.md
549+
- name: What's new
550+
href: ./whats-new.md
551+
- name: FAQ
552+
href: faq.yml
553+
- name: Getting started
554+
expanded: true
555+
items:
556+
- name: Environment setup
557+
href: ./environment-setup.md
558+
- name: Quickstart
559+
href: quickstart.md
560+
- name: Quotas and limits
561+
href: quotas-limits.md
562+
- name: Model and region support
563+
href: ./concepts/model-region-support.md
564+
- name: Pricing
565+
href: https://azure.microsoft.com/pricing/details/ai-foundry/
566+
- name: Concepts
567+
expanded: true
568+
items:
569+
- name: Threads, runs, and messages
570+
href: concepts/threads-runs-messages.md
571+
- name: Standard agent setup
572+
href: concepts/standard-agent-setup.md
573+
- name: Tools
574+
items:
575+
- name: Tool Overview
576+
href: how-to/tools/overview.md
577+
displayName: tools
578+
- name: Deep Research (preview)
579+
items:
580+
- name: Overview
581+
href: how-to/tools/deep-research.md
582+
displayName: deep research
583+
- name: How to use Deep Research
584+
href: how-to/tools/deep-research-samples.md
585+
- name: Grounding with Bing Search
586+
items:
587+
- name: Overview
588+
href: how-to/tools/bing-grounding.md
589+
displayName: bing, grounding with bing
590+
- name: How to use Grounding with Bing Search
591+
href: how-to/tools/bing-code-samples.md
592+
- name: Use Grounding with Bing Custom Search
593+
items:
594+
- name: Overview
595+
href: how-to/tools/bing-custom-search.md
596+
displayName: bing, grounding with bing custom search
597+
- name: How to use Grounding with Bing Custom Search
598+
href: how-to/tools/bing-custom-search-samples.md
599+
- name: File search
600+
items:
601+
- name: Overview
602+
displayName: file search, upload
603+
href: how-to/tools/file-search.md
604+
- name: How to upload files
605+
href: how-to/tools/file-search-upload-files.md
606+
- name: Azure AI Search
607+
items:
608+
- name: Overview
609+
href: how-to/tools/azure-ai-search.md
610+
displayName: azure ai search, search
611+
- name: How to use Azure AI Search
612+
href: how-to/tools/azure-ai-search-samples.md
613+
- name: Microsoft Fabric
614+
href: how-to/tools/fabric.md
615+
- name: Logic apps
616+
href: how-to/tools/logic-apps.md
617+
- name: Function calling
618+
href: how-to/tools/function-calling.md
619+
- name: Code interpreter
620+
items:
621+
- name: Overview
622+
href: how-to/tools/code-interpreter.md
623+
displayName: code interpreter
624+
- name: How to use code interpreter
625+
href: how-to/tools/code-interpreter-samples.md
626+
- name: Use OpenAPI defined tools
627+
items:
628+
- name: Overview
629+
href: how-to/tools/openapi-spec.md
630+
displayName: openapi spec, openapi defined tools
631+
- name: How to use OpenAPI defined tools
632+
href: how-to/tools/openapi-spec-samples.md
633+
- name: Invoke an OpenAPI App Service web app
634+
href: /azure/app-service/invoke-openapi-web-app-from-azure-ai-agent-service?context=/azure/ai-services/agents/context/context
635+
- name: Model Context Protocol (MCP)
636+
items:
637+
- name: Overview
638+
href: how-to/tools/model-context-protocol.md
639+
displayName: model context protocol, mcp
640+
- name: How to use Model Context Protocol
641+
displayName: model context protocol, mcp samples
642+
href: how-to/tools/model-context-protocol-samples.md
643+
- name: Azure Functions
644+
items:
645+
- name: Overview
646+
href: how-to/tools/azure-functions.md
647+
displayName: azure functions, functions
648+
- name: How to use Azure Functions
649+
href: how-to/tools/azure-functions-samples.md
650+
- name: SharePoint
651+
items:
652+
- name: Overview
653+
href: how-to/tools/sharepoint.md
654+
displayName: sharepoint
655+
- name: How to use SharePoint
656+
href: how-to/tools/sharepoint-samples.md
657+
- name: Enterprise features
658+
items:
659+
- name: Use your own resources
660+
href: how-to/use-your-own-resources.md
661+
- name: Content filtering
662+
href: ../../ai-services/openai/how-to/content-filters.md?context=/azure/ai-services/agents/context/context
663+
- name: Use virtual networks
664+
href: how-to/virtual-networks.md
665+
- name: Multi-agent workflows
666+
items:
667+
- name: Connected agents
668+
href: how-to/connected-agents.md
669+
- name: Processes
670+
href: /semantic-kernel/frameworks/process/process-framework
671+
- name: Agent catalog
672+
href: concepts/agent-catalog.md
673+
- name: How-to
543674
items:
544-
- name: What is Azure AI Foundry Agent Service
545-
href: ../ai-services/agents/overview.md?context=/azure/ai-foundry/context/context
546-
- name: "Quickstart: Create a new agent"
547-
href: ../ai-services/agents/quickstart.md?context=/azure/ai-foundry/context/context
675+
- name: Trigger an agent using Logic Apps
676+
href: how-to/triggers.md
677+
- name: Use the Visual Studio Code extension
678+
href: ../../ai-foundry/how-to/develop/vs-code-agents.md?context=/azure/ai-services/agents/context/context
679+
- name: Observability
680+
items:
681+
- name: Service monitoring
682+
href: how-to/metrics.md
683+
- name: Trace and observe agents
684+
href: concepts/tracing.md
685+
- name: Data monitoring reference
686+
href: reference/monitor-service.md
687+
- name: Responsible AI
688+
items:
689+
- name: Transparency note
690+
href: ../../ai-foundry/responsible-ai/agents/transparency-note.md
691+
- name: Data, privacy, and security For Azure AI Foundry Agent Service
692+
href: ../../ai-foundry/responsible-ai/agents/data-privacy-security.md
693+
- name: Solutions
694+
items:
548695
- name: Azure AI Search for RAG
549696
items:
550697
- name: Retrieval Augmented Generation (RAG) overview
@@ -930,7 +1077,13 @@ items:
9301077
- name: SDK + API Reference
9311078
items:
9321079
- name: Azure AI Projects SDK
933-
href: /python/api/overview/azure/ai-projects-readme
1080+
items:
1081+
- name: C#
1082+
href: /dotnet/api/overview/azure/ai.agents.persistent-readme
1083+
- name: JavaScript
1084+
href: /javascript/api/overview/azure/ai-projects-readme
1085+
- name: Python
1086+
href: /python/api/overview/azure/ai-projects-readme
9341087
- name: Azure AI Evaluation SDK
9351088
href: /python/api/overview/azure/ai-evaluation-readme
9361089
- name: Azure Machine Learning Python SDK
@@ -940,6 +1093,8 @@ items:
9401093
- name: Azure AI services SDKs
9411094
displayName: client library libraries development kit
9421095
href: ../ai-services/reference/sdk-package-resources.md?context=/azure/ai-foundry/context/context
1096+
- name: Azure AI Agent Service REST API
1097+
href: /rest/api/aifoundry/aiagents
9431098
- name: Azure AI services REST APIs
9441099
displayName: swagger http
9451100
href: ../ai-services/reference/rest-api-resources.md?context=/azure/ai-foundry/context/context

0 commit comments

Comments
 (0)