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 2c8561f commit 6047f69Copy full SHA for 6047f69
azure-project-generator/GenerateProject.cs
@@ -36,7 +36,7 @@ public IActionResult Run([HttpTrigger(AuthorizationLevel.Function, "get")] HttpR
36
CertificationProjectPromptDocument certificationProjectPromptDocument = iterator.ReadNextAsync().Result.FirstOrDefault();
37
38
float[] projectPromptVector = certificationProjectPromptDocument.ProjectPromptVector;
39
- //"SELECT * FROM c WHERE c.certificationCode = {certificationCode}"
+
40
41
42
var queryDef = new QueryDefinition(
0 commit comments