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 616698c commit 942834dCopy full SHA for 942834d
python/ql/lib/semmle/python/frameworks/OpenAI.qll
@@ -25,12 +25,6 @@ module Agent {
25
* See https://github.com/openai/openai-python.
26
*/
27
module OpenAI {
28
- /** Gets a reference to `openai.OpenAI`, `openai.AsyncOpenAI` and `openai.AzureOpenAI`classes. */
29
- API::Node classRef() {
30
- result = API::moduleImport("openai").getMember(["OpenAI", "AsyncOpenAI", "AzureOpenAI"])
31
- }
32
-
33
- /** Gets a reference to a potential property of `openai.OpenAI called instructions which refers to the system prompt. */
34
API::Node sink() {
35
result =
36
classRef()
0 commit comments