]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore(sandcastle): set planner effort to high
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 7 May 2026 10:40:16 +0000 (12:40 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 7 May 2026 10:40:16 +0000 (12:40 +0200)
.sandcastle/constants.ts

index 59ff6beb48fa3732e45d12f3d918d5ac2e9215b1..5f2b078a6e8523f52b7eaa396e0aa05e178195ef 100644 (file)
@@ -17,7 +17,7 @@ export const AGENT_ITERATION_BUDGET = 50
 
 export const AGENT_MAX_CRITIC_ROUNDS = 10
 
-export const AGENT_PLANNER_EFFORT = 'low'
+export const AGENT_PLANNER_EFFORT = 'high'
 
 export const AGENT_PLANNER_MODEL = 'github-copilot/claude-opus-4.6'