Invalid JSON:
Unexpected end of JSON input
| { | |
| "class_name": "SequentialWorkFlowGraph", | |
| "goal": "Provide a concise answer to the question using relevant context. The answer must be straightforward and avoid unnecessary explanations.", | |
| "tasks": [ | |
| { | |
| "name": "search_info", | |
| "description": "Extract the information and search.", | |
| "inputs": [ | |
| { | |
| "name": "question", | |
| "type": "str", | |
| "description": "The question that needs to be answered.", | |
| "required": true | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "searching_output", | |
| "type": "str", | |
| "description": "The direct output after searching.", | |
| "required": true | |
| } | |
| ], | |
| "prompt": "\"\"\"\nPlease search for and return relevant information related to the question `{question}`. Ensure that the output is clear, concise, and directly addresses the question. If the search yields ambiguous or conflicting information, note this in the output. The output format should be in string.\n\"\"\"", | |
| "prompt_template": { | |
| "class_name": "StringTemplate", | |
| "instruction": "Please search and return the related information in the question. The output format should be in string." | |
| }, | |
| "system_prompt": "You are a helpful and highly intelligent assistant.", | |
| "parse_mode": "str", | |
| "parse_func": null, | |
| "parse_title": null, | |
| "tool_names": null, | |
| "tools": [ | |