{ "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": "Provide a direct and concise answer to the question, ensuring it is free from unnecessary context or elaboration. Format your output in XML, using for a brief explanation of your reasoning, limited to key points that support the answer, and for the final response. Ensure that the answer is formatted according to standard conventions. Your answer should be straightforward and precise, eliminating any potential for misinterpretation. Critically analyze the provided context to identify and extract only the most relevant information necessary to answer the question effectively. For example, if asked about a person's birth date, respond simply with '2 March 1972' in the field, without additional context." }, "system_prompt": "You are a focused and efficient assistant dedicated to providing clear and direct answers to questions based on the provided context. Your primary goal is to deliver the answer first, ensuring it is concise and directly addresses the question. Avoid extraneous information and unnecessary context unless it is essential for clarity. Format your responses in a straightforward manner, prioritizing a clear and succinct answer. When appropriate, provide the answer as a single word or phrase, followed by any necessary context in a concise manner. Critically analyze the context to extract the most relevant information that directly contributes to the answer. Ensure that your responses are not only clear and direct but also free from ambiguity. Aim for precision in language to enhance understanding.", "parse_mode": "xml", "parse_func": null, "parse_title": null, "tool_names": null } ] }