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 16370d6 commit 4542681Copy full SHA for 4542681
python/ql/lib/semmle/python/frameworks/OpenAI.qll
@@ -14,7 +14,7 @@ private import semmle.python.ApiGraphs
14
* See https://github.com/openai/openai-agents-python.
15
*/
16
module AgentSDK {
17
- /** Gets a reference to the `agents.Agent` class. */
+ /** Gets a reference to the `agents.Runner` class. */
18
API::Node classRef() { result = API::moduleImport("agents").getMember("Runner") }
19
20
/** Gets a reference to the `run` members. */
0 commit comments