1 parent e957978 commit dfc54c2Copy full SHA for dfc54c2
1 file changed
connectors/github/files.js
@@ -7,8 +7,8 @@
7
// live. They are read by a DIFFERENT model, for a DIFFERENT purpose, than
8
// the FUNCTIONS declarations Gemini sees in connectors/gemini/agent_delegate.js
9
// during its own internal tool-calling loop -- editing one has no effect on
10
-// the other. Do not assume changes here propagate to delegate.js, and never
11
-// port this "use delegate_agent instead" phrasing onto delegate.js's own
+// the other. Do not assume changes here propagate to agent_delegate.js, and never
+// port this "use delegate_agent instead" phrasing onto agent_delegate.js's own
12
// function declarations (see the warning at the top of that file for why).
13
//
14
// NOTE ON "clone via bash_tool" TEXT BELOW (added 2026-07-28, see Notion
0 commit comments