We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea0a12 commit fd8e170Copy full SHA for fd8e170
1 file changed
python/ql/lib/semmle/python/Concepts.qll
@@ -345,6 +345,7 @@ module AIPrompt {
345
* extend `AIPrompt` instead.
346
*/
347
abstract class Range extends DataFlow::Node {
348
+ /** Gets an input that is used as AI prompt. */
349
abstract DataFlow::Node getAPrompt();
350
}
351
0 commit comments