mirror of
https://github.com/github/codeql.git
synced 2026-06-10 23:41:09 +02:00
Em-dash - of course :D
This commit is contained in:
@@ -226,7 +226,7 @@ module AgentSdk {
|
||||
* Gets role-filtered and callback-based system prompt sinks that MaD cannot express.
|
||||
*/
|
||||
API::Node getSystemOrAssistantPromptNode() {
|
||||
// Agent({ instructions: (runContext) => returnValue }) — callback form
|
||||
// Agent({ instructions: (runContext) => returnValue }) - callback form
|
||||
result = moduleRef().getMember("Agent").getParameter(0).getMember("instructions").getReturn()
|
||||
or
|
||||
// run(agent, [{ role: "system"/"developer", content: ... }])
|
||||
|
||||
Reference in New Issue
Block a user