Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,7 @@
"Generate the azure architecture diagram for this application",
"Help me design an Azure cloud service that will serve as an ATM for users",
"How can I design a cloud service in Azure that will store and present videos for users?",
"I want to design a cloud app for ordering groceries",
"Please help me design an architecture for a large-scale file upload, storage, and retrieval service"
"I want to design a cloud app for ordering groceries"
],
"get_azure_load_testing_details": [
"Get all the load test runs for the test with id <test-id> in the load test resource <test-resource> in resource group <resource-group>",
Expand Down Expand Up @@ -583,4 +582,4 @@
"Transcribe speech from audio file <file_path> with profanity filtering",
"Transcribe the audio file <file_path> in Spanish language"
]
}
}
5 changes: 2 additions & 3 deletions eng/tools/ToolDescriptionEvaluator/prompts/prompts.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,6 @@
"How can I use Bicep to create an Azure OpenAI service?"
],
"cloudarchitect_design": [
"Please help me design an architecture for a large-scale file upload, storage, and retrieval service",
"Help me design an Azure cloud service that will serve as an ATM for users",
"I want to design a cloud app for ordering groceries",
"How can I design a cloud service in Azure that will store and present videos for users?"
Expand Down Expand Up @@ -852,7 +851,7 @@
"foundry_models_list": [
"List all Microsoft Foundry models",
"Show me the available Microsoft Foundry models"
],
],
"foundryextensions_openai_chat-completions-create": [
"Create a chat completion with the message \"Hello, how are you today?\" using my Microsoft Foundry resource"
],
Expand All @@ -877,4 +876,4 @@
"Show me Advisor recommendations in the subscription <subscription>",
"List all Advisor recommendations in the subscription <subscription>"
]
}
}
1 change: 0 additions & 1 deletion servers/Azure.Mcp.Server/docs/e2eTestPrompts.md
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,6 @@ This file contains prompts used for end-to-end testing to ensure each tool is in

| Tool Name | Test Prompt |
|:----------|:----------|
| cloudarchitect_design | Please help me design an architecture for a large-scale file upload, storage, and retrieval service |
| cloudarchitect_design | Help me design an Azure cloud service that will serve as an ATM for users |
| cloudarchitect_design | I want to design a cloud app for ordering groceries |
| cloudarchitect_design | How can I design a cloud service in Azure that will store and present videos for users? |
Expand Down
Loading