presets.json 287 B

1234567891011121314
  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. "analyze_ads",
  10. "generate_report"
  11. ],
  12. "skills": ["roi-strategy"]
  13. }
  14. }