|
| 1 | +# See for instructions on this file https://help.github.com/articles/about-codeowners/ |
| 2 | + |
| 3 | +#### Team-owned sample areas ############################################################################ |
| 4 | +# Each contributing team owns their sample paths for review routing. See CONTRIBUTING.md for setup guide. |
| 5 | +/samples/python/hosted-agents/ @microsoft-foundry/hosted-agents |
| 6 | +/samples/csharp/hosted-agents/ @microsoft-foundry/hosted-agents |
| 7 | + |
| 8 | +#### files referenced in docs (DO NOT EDIT, except for Docs team!!!) ########################################## |
| 9 | +/infrastructure/infrastructure-setup-bicep/01-connections/connection-key-vault.bicep @microsoft-foundry/AI-Platform-Docs |
| 10 | +/infrastructure/infrastructure-setup-bicep/05-custom-policy-definitions/deny-disallowed-connections.json @microsoft-foundry/AI-Platform-Docs |
| 11 | +/infrastructure/infrastructure-setup-terraform/00-basic-azurerm/code/main.tf @microsoft-foundry/AI-Platform-Docs |
| 12 | +/infrastructure/infrastructure-setup-terraform/00-basic-azurerm/code/providers.tf @microsoft-foundry/AI-Platform-Docs |
| 13 | +/infrastructure/infrastructure-setup-terraform/00-basic-azurerm/code/variables.tf @microsoft-foundry/AI-Platform-Docs |
| 14 | +/infrastructure/infrastructure-setup-terraform/00-basic/code/main.tf @microsoft-foundry/AI-Platform-Docs |
| 15 | +/infrastructure/infrastructure-setup-terraform/00-basic/code/providers.tf @microsoft-foundry/AI-Platform-Docs |
| 16 | +/infrastructure/infrastructure-setup-terraform/00-basic/code/variables.tf @microsoft-foundry/AI-Platform-Docs |
| 17 | +/samples-classic/REST/quickstart/quickstart.sh @microsoft-foundry/AI-Platform-Docs |
| 18 | +/samples-classic/csharp/quickstart/Samples/.env.example @microsoft-foundry/AI-Platform-Docs |
| 19 | +/samples-classic/csharp/quickstart/Samples/AgentFileSearch.cs @microsoft-foundry/AI-Platform-Docs |
| 20 | +/samples-classic/csharp/quickstart/Samples/AgentService.cs @microsoft-foundry/AI-Platform-Docs |
| 21 | +/samples-classic/csharp/quickstart/Samples/SimpleInference.cs @microsoft-foundry/AI-Platform-Docs |
| 22 | +/samples-classic/java/quickstart/src/main/java/com/azure/ai/foundry/samples/AgentSample.java @microsoft-foundry/AI-Platform-Docs |
| 23 | +/samples-classic/java/quickstart/src/main/java/com/azure/ai/foundry/samples/ChatCompletionSample.java @microsoft-foundry/AI-Platform-Docs |
| 24 | +/samples-classic/java/quickstart/src/main/java/com/azure/ai/foundry/samples/FileSearchAgentSample.java @microsoft-foundry/AI-Platform-Docs |
| 25 | +/samples-classic/python/quickstart/create_project.py @microsoft-foundry/AI-Platform-Docs |
| 26 | +/samples-classic/python/quickstart/quickstart.py @microsoft-foundry/AI-Platform-Docs |
| 27 | +/samples-classic/typescript/quickstart/.env.template @microsoft-foundry/AI-Platform-Docs |
| 28 | +/samples-classic/typescript/quickstart/src/quickstart.ts @microsoft-foundry/AI-Platform-Docs |
| 29 | +/samples/REST/quickstart/quickstart-chat-with-agent.sh @microsoft-foundry/AI-Platform-Docs |
| 30 | +/samples/REST/quickstart/quickstart-create-agent.sh @microsoft-foundry/AI-Platform-Docs |
| 31 | +/samples/REST/quickstart/quickstart-responses.sh @microsoft-foundry/AI-Platform-Docs |
| 32 | +/samples/csharp/enterprise-agent-tutorial/1-idea-to-prototype/Evaluate/Program.cs @microsoft-foundry/AI-Platform-Docs |
| 33 | +/samples/csharp/enterprise-agent-tutorial/1-idea-to-prototype/ModernWorkplaceAssistant/Program.cs @microsoft-foundry/AI-Platform-Docs |
| 34 | +/samples/csharp/quickstart/chat-with-agent/quickstart-chat-with-agent.cs @microsoft-foundry/AI-Platform-Docs |
| 35 | +/samples/csharp/quickstart/create-agent/quickstart-create-agent.cs @microsoft-foundry/AI-Platform-Docs |
| 36 | +/samples/csharp/quickstart/responses/quickstart-responses.cs @microsoft-foundry/AI-Platform-Docs |
| 37 | +/samples/java/quickstart/chat-with-agent/src/main/java/com/azure/ai/agents/ChatWithAgent.java @microsoft-foundry/AI-Platform-Docs |
| 38 | +/samples/java/quickstart/create-agent/src/main/java/com/azure/ai/agents/CreateAgent.java @microsoft-foundry/AI-Platform-Docs |
| 39 | +/samples/python/enterprise-agent-tutorial/1-idea-to-prototype/evaluate.py @microsoft-foundry/AI-Platform-Docs |
| 40 | +/samples/python/enterprise-agent-tutorial/1-idea-to-prototype/main.py @microsoft-foundry/AI-Platform-Docs |
| 41 | +/samples/python/foundry-models/model-router/model-router-chat-completions.py @microsoft-foundry/AI-Platform-Docs |
| 42 | +/samples/python/foundry-models/model-router/model-router-foundry-responses.py @microsoft-foundry/AI-Platform-Docs |
| 43 | +/samples/python/quickstart/chat-with-agent/quickstart-chat-with-agent.py @microsoft-foundry/AI-Platform-Docs |
| 44 | +/samples/python/quickstart/create-agent/quickstart-create-agent.py @microsoft-foundry/AI-Platform-Docs |
| 45 | +/samples/python/quickstart/responses/quickstart-responses.py @microsoft-foundry/AI-Platform-Docs |
| 46 | +/samples/typescript/quickstart/chat-with-agent/src/quickstart-chat-with-agent.ts @microsoft-foundry/AI-Platform-Docs |
| 47 | +/samples/typescript/quickstart/create-agent/src/quickstart-create-agent.ts @microsoft-foundry/AI-Platform-Docs |
| 48 | +/samples/typescript/quickstart/responses/src/quickstart-responses.ts @microsoft-foundry/AI-Platform-Docs |
| 49 | + |
0 commit comments