SC-200 · Question #397
You have a Microsoft 365 subscription that uses Microsoft Copilot for Security. You create a promptbook named Book1. For Book1, you need to create a prompt that contains an input named IncidentID…
The correct answer is A. {{IncidentID}}. In Microsoft Copilot for Security promptbooks, input variables are formatted using double curly braces for the variable name, enclosed in another set of double curly braces, such as {{{{IncidentID}}}}.
Question
You have a Microsoft 365 subscription that uses Microsoft Copilot for Security. You create a promptbook named Book1. For Book1, you need to create a prompt that contains an input named IncidentID. How should you format IncidentID?
Options
- A{{IncidentID}}
- B##IncidentID##
- C[IncidentID]
- D$IncidentID$
How the community answered
(24 responses)- A83% (20)
- B4% (1)
- C8% (2)
- D4% (1)
Why each option
In Microsoft Copilot for Security promptbooks, input variables are formatted using double curly braces for the variable name, enclosed in another set of double curly braces, such as `{{{{IncidentID}}}}`.
Microsoft Copilot for Security uses a specific syntax for defining input variables within promptbooks. Input parameters are represented by a variable name enclosed in double curly braces, like `{{{{variableName}}}}`, allowing the user to provide values during execution.
`##IncidentID##` is not the correct syntax for defining input variables in Microsoft Copilot for Security promptbooks.
`[IncidentID]` is not the correct syntax for defining input variables in Microsoft Copilot for Security promptbooks.
`$IncidentID$` is not the correct syntax for defining input variables in Microsoft Copilot for Security promptbooks.
Concept tested: Microsoft Copilot for Security promptbook input variable syntax
Source: https://learn.microsoft.com/en-us/security-copilot/create-promptbooks
Community Discussion
No community discussion yet for this question.