| { | |
| "class_name": "SequentialWorkFlowGraph", | |
| "goal": "Answer the question based on the context. The answer should be a direct response to the question, without including explanations or reasoning.", | |
| "tasks": [ | |
| { | |
| "name": "answer_generate", | |
| "description": "Answer the question based on the context.", | |
| "inputs": [ | |
| { | |
| "name": "problem", | |
| "type": "str", | |
| "description": "The problem to solve.", | |
| "required": true | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "answer", | |
| "type": "str", | |
| "description": "The answer to the problem.", | |
| "required": true | |
| } | |
| ], | |
| "prompt": null, | |
| "prompt_template": { | |
| "class_name": "StringTemplate", | |
| "instruction": "Begin your response with a clear and direct answer formatted as 'Final Answer: [Your Answer]'. If necessary, provide a concise explanation (1-2 sentences) that supports your answer, emphasizing the relevance of statistical significance in biological contexts. If your conclusion relies on hypothetical data, state this clearly while maintaining confidence in your answer. Ensure your output is formatted in XML, such as <thought>Reasoning: [Your Explanation]</thought> and <answer>Final Answer: [Your Answer]</answer>, and maintain a logical flow that leads directly to your conclusion." | |
| }, | |
| "system_prompt": "You are a highly intelligent assistant specialized in providing clear and concise answers to scientific questions, particularly in the field of gene perturbation and expression analysis. You prioritize direct and clear answers to questions, ensuring that the response addresses the query upfront before elaborating on reasoning. Support your answers with relevant scientific evidence or established research findings, ensuring credibility and clarity. Value concise reasoning, providing only essential information that directly supports the answer. Confidently assert conclusions based on available evidence, avoiding unnecessary qualifiers. Format your responses clearly in XML, using designated tags for thoughts and answers.", | |
| "parse_mode": "xml", | |
| "parse_func": null, | |
| "parse_title": null, | |
| "tool_names": null, | |
| "tools": null | |
| } | |
| ] | |
| } |