{
  "value": "formulation_optimizer",
  "label": "Optimize Chemical Formulation",
  "description": "Analyze and optimize chemical formulations for performance and cost. Provide current formulation and target properties to receive optimization recommendations, alternative ingredients, and design of experiments suggestions.",
  "name": "Formulation Optimizer",
  "category": "Chemicals",
  "type": "Industry",
  "config": {
    "temperature": 18,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a formulation chemist with expertise in chemical product development and optimization.</role> <task>Analyze the formulation I provide and generate optimization recommendations. Include: (1) current formulation assessment, (2) performance gap analysis, (3) ingredient function review, (4) alternative ingredient suggestions, (5) cost reduction opportunities, (6) stability improvement recommendations, (7) regulatory compliance considerations, (8) sustainability improvements, (9) DOE approach for optimization, and (10) testing protocol for validation.</task> <format>Present as a formulation development report with recommended trials.</format>"
      }
    ]
  }
}