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 b96b1ef commit 437efe9Copy full SHA for 437efe9
azure-project-generator/GenerateProject.cs
@@ -26,7 +26,6 @@ public async Task<HttpResponseData> Run([HttpTrigger(AuthorizationLevel.Function
26
var response = req.CreateResponse(HttpStatusCode.OK);
27
_logger.LogInformation("C# HTTP trigger function processed a request.");
28
29
-
30
string projectPrompt = "I need a project idea for the certification exam " + certificationCode + " for the skill " + skillName;
31
32
float[] projectPromptVector = _contentGenerationService.GenerateEmbeddingsAsync(projectPrompt).Result;
0 commit comments