| 1234567891011121314 |
- {
- "main": {
- "system_prompt_file": "prompts/system.prompt",
- "max_iterations": 50,
- "temperature": 0.3,
- "allowed_tools": [
- "fetch_creative_data",
- "calculate_roi_metrics",
- "analyze_ads",
- "generate_report"
- ],
- "skills": ["roi-strategy"]
- }
- }
|