You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shell/agents/Microsoft.Azure.Agent/AzureAgent.cs
+5-4
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ public sealed class AzureAgent : ILLMAgent
27
27
2. DO NOT include the command for creating a new resource group unless the query explicitly asks for it. Otherwise, assume a resource group already exists.
28
28
3. DO NOT include an additional example with made-up values unless it provides additional context or value beyond the initial command.
29
29
4. DO NOT use the line continuation operator (backslash `\` in Bash) in the generated commands.
30
-
5. Always represent a placeholder in the form of `<placeholder-name>`.
30
+
5. Always represent a placeholder in the form of `<placeholder-name>` and enclose it within double quotes.
31
31
6. Always use the consistent placeholder names across all your responses. For example, `<resourceGroupName>` should be used for all the places where a resource group name value is needed.
32
32
7. When the commands contain placeholders, the placeholders should be summarized in markdown bullet points at the end of the response in the same order as they appear in the commands, following this format:
0 commit comments