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
$"The {data.CertificationCode}{data.CertificationName} certification includes the following skills: {string.Join(", ",data.SkillsMeasured.Select(s =>s.Name))}.";
stringuserPrompt=$@"You are a cloud architect specializing in Azure architecture.
51
-
Please generate a detailed project idea for a small, practical cloud solution based on the following Azure certification skill: {skill} and topic: {topic}.
52
-
The project should utilize ONLY the following services: {services}.
53
-
The project should focus on key technical steps without any subjective descriptions or recommendations.
54
-
The response must be formatted as valid JSON and include only the following fields:
""description"": ""A factual description of the project, highlighting its technical purpose and main features."",
58
-
""steps"": [
59
-
""Step 1: Description of the first technical step"",
60
-
""Step 2: Description of the second technical step"",
61
-
""Step 3: Description of the third technical step"",
62
-
""Step 4: Description of the fourth technical step"",
63
-
""Step 5: Description of the fifth technical step""
64
-
]
65
-
}}
66
-
Ensure that the project idea is focused purely on technical details, aligned with best practices in Azure architecture, and small in scope.";
67
+
Please generate a detailed project idea for a small, practical cloud solution based on the following Azure certification skill: {skill} and topic: {topic}.
68
+
The project should utilize ONLY the following services: {string.Join(", ",services)}.
69
+
The project should focus on key technical steps without any subjective descriptions or recommendations.
70
+
The response must be formatted as valid JSON and include only the following fields:
71
+
{JSON_FORMAT}
72
+
Ensure that the project idea is focused purely on technical details, aligned with best practices in Azure architecture, and small in scope.";
newSystemChatMessage("You are a cloud engineer and mentor specialized in generating "+
74
-
"beginner-friendly cloud project ideas. Provide the response in JSON format only, without any additional text."),
75
-
newUserChatMessage(userPrompt)
97
+
newSystemChatMessage("You are a cloud engineer and mentor specialized in generating beginner-friendly cloud project ideas. Provide the response in JSON format only, without any additional text."),
0 commit comments