Skip to content

Commit 4542681

Browse files
mbaludaCopilot
andauthored
Update python/ql/lib/semmle/python/frameworks/OpenAI.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 16370d6 commit 4542681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/frameworks/OpenAI.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ private import semmle.python.ApiGraphs
1414
* See https://github.com/openai/openai-agents-python.
1515
*/
1616
module AgentSDK {
17-
/** Gets a reference to the `agents.Agent` class. */
17+
/** Gets a reference to the `agents.Runner` class. */
1818
API::Node classRef() { result = API::moduleImport("agents").getMember("Runner") }
1919

2020
/** Gets a reference to the `run` members. */

0 commit comments

Comments
 (0)