This commit is contained in:
Shawn Morreau
2025-11-21 11:06:37 -05:00
parent c9aab98389
commit 8944e7fe08
5 changed files with 4 additions and 32 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export async function run(
const inputs: Required<Inputs> = {
prompt,
agent: "gemini",
agent: "codex",
...flatMorph(agents, (_, agent) =>
agent.apiKeyNames.map((inputKey) => [inputKey, process.env[inputKey.toUpperCase()]])
),