Skip to content

Commit cffcc73

Browse files
author
Stephan Brandauer
committed
Java: automodel extraction docs: add two intro sentences
1 parent 0f2db1b commit cffcc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/automodel/src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Automodel Java Extraction Queries
22

3-
This pack contains the automodel extraction queries for Java.
3+
This pack contains the automodel extraction queries for Java. Automodel uses extraction queries to extract the information it needs in order to create a prompt for a large language model. There's extraction queries for positive examples (things that are known to be, e.g., a sink), for negative examples (things that are known not to be, e.g., a sink), and for candidates (things where we should ask the large language model to classify).
44

55
## Extraction Queries in `java/ql/automodel/src`
66

0 commit comments

Comments
 (0)