| { | |
| "response": [ | |
| { | |
| "type": "message", | |
| "content": "Please process this request: " | |
| }, | |
| { | |
| "type": "send_to", | |
| "content": "CodeInterpreter" | |
| }, | |
| { | |
| "type": "init_plan", | |
| "content": "1. ask Code Interpreter to handle the request; 2. report the result to user <interactively depends on 1>" | |
| }, | |
| { | |
| "type": "plan", | |
| "content": "1. ask Code Interpreter to handle user's request; 2. report the result to user" | |
| }, | |
| { | |
| "type": "current_plan_step", | |
| "content": "1. ask Code Interpreter to handle the request" | |
| } | |
| ] | |
| } |