presets.json 266 B

12345678910111213
  1. {
  2. "main": {
  3. "system_prompt_file": "prompts/system.prompt",
  4. "max_iterations": 50,
  5. "temperature": 0.3,
  6. "allowed_tools": [
  7. "fetch_creative_data",
  8. "calculate_roi_metrics",
  9. "generate_report"
  10. ],
  11. "skills": ["roi-strategy"]
  12. }
  13. }