fix huge mistake

This commit is contained in:
David Blass
2025-11-20 14:09:14 -05:00
parent 917b8804c0
commit f596d6d995
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export async function run(
prompt,
agent: "claude",
...flatMorph(agents, (_, agent) =>
agent.inputKeys.map((inputKey) => [inputKey, process.env[inputKey.toUpperCase()]])
agent.apiKeyNames.map((inputKey) => [inputKey, process.env[inputKey.toUpperCase()]])
),
};