Defaults

loom-builderspecjson
Path: loom-builder/specs/_defaults.jsonRelative: specs/_defaults.jsonSubproject: loom-builderCategory: dispatch-specs
Lines: 11Bytes: 142Imports: 0Exports: 0

Content Preview

  1. {
  2. "budget": {
  3. "maxToolCalls": 80,
  4. "maxWallclockMs": 600000
  5. },
  6. "maxReformulations": 2,
  7. "validation": {
  8. "minGates": 3
  9. }
  10. }