We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d74ca9 commit 3764c48Copy full SHA for 3764c48
mcp/mcp-traits/model/prompts.smithy
@@ -3,7 +3,7 @@ $version: "2"
3
namespace amazon.smithy.llm
4
5
// Prompt template trait - applied at operation level to provide guidance to LLMs
6
-@trait(selector: "service, resource, operation")
+@trait(selector: ":is(service, resource, operation)")
7
map prompts {
8
/// Name of the prompt template
9
key: String
0 commit comments