File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ Run one of the above MRVAs, but cancel it from within VS Code:
179179 import semmle.python.frameworks.data.internal.ApiGraphModelsExtensions
180180
181181 from string path, string kind
182- where sinkModel("vscode-codeql", path, kind)
182+ where sinkModel("vscode-codeql", path, kind, _ )
183183 select path, kind
184184 ` ` `
185185
@@ -210,17 +210,7 @@ Run one of the above MRVAs, but cancel it from within VS Code:
2102104. Open the ".model.yml" file corresponding to the library that was changed.
211211 - Check that the file contains entries for the methods that were modeled.
212212
213- # ### Test Case 3: Model with AI
214-
215- Note that this test requires the feature flag : ` codeQL.model.llmGeneration`
216-
217- A package that the AI normally gives models for is `javax.servlet-api` from the `jhy/jsoup` repository.
218-
219- 1. Click "Model with AI".
220- - Check that rows change to "Thinking".
221- - Check that results come back and rows get filled out.
222-
223- # ### Test Case 4: Model as dependency
213+ # ### Test Case 3: Model as dependency
224214
225215Note that this test requires the feature flag : ` codeQL.model.flowGeneration`
226216
You can’t perform that action at this time.
0 commit comments