opto.optimizers.opro.OPRO.output_format_prompt#
- OPRO.output_format_prompt = '\nOutput_format: Your output should be in the following json format, satisfying\nthe json syntax:\n\n{{\n"suggestion": {{\n <variable_1>: <suggested_value_1>,\n <variable_2>: <suggested_value_2>,\n}}\n}}\n\nWhen suggestion variables, write down the suggested values in "suggestion".\nWhen <type> of a variable is (code), you should write the new definition in the\nformat of python code without syntax errors, and you should not change the\nfunction name or the function signature.\n\nIf no changes or answer are needed, just output TERMINATE.\n'#