export declare const OUTPUT_FORMAT = "Your response MUST be in this exact format:\n{\n  \"thoughts\": \"Your thoughts on the task at hand, was the previous goal successful?\",\n  \"memory\": \"Information that you need to remember to accomplish subsequent goals\",\n  \"nextGoal\": \"The next goal you are trying to accomplish with the actions you have chosen\",\n  \"actions\": [\n    {\n      \"action\": \"The action you will take\",\n      \"params\": {\n        ...Action Arguments...\n      }\n    }\n  ]\n}";
