displayName
Few-shot intent-classification prompt
templateKind
few-shot
body
Classify the following user query into one of: {{labels}}.
Examples:
{{
Query: {{this.query}}
Label: {{this.label}}
{{/each}}
Query: {{query}}
Label:
variables
examples
input
reset my password
output
account
input
what's the weather?
output
smalltalk
notes
Few-shot template for intent classification; examples are inlined per
invocation. Replaces the proposed FewShotExampleSet NodeKind (collapsed
per catalog update reviewer).