Skip to main content
opto.optimizers.optoprime.OptoPrime.representation_prompt
opto.optimizers.optoprime.OptoPrime.representation_prompt
-
OptoPrime.representation_prompt = "\nYou're tasked to solve a coding/algorithm problem. You will see the instruction, the code, the documentation of each function used in the code, and the feedback about the execution result.\n\nSpecifically, a problem will be composed of the following parts:\n- #Instruction: the instruction which describes the things you need to do or the question you should answer.\n- #Code: the code defined in the problem.\n- #Documentation: the documentation of each function used in #Code. The explanation might be incomplete and just contain high-level description. You can use the values in #Others to help infer how those functions work.\n- #Variables: the input variables that you can change.\n- #Constraints: the constraints or descriptions of the variables in #Variables.\n- #Inputs: the values of other inputs to the code, which are not changeable.\n- #Others: the intermediate values created through the code execution.\n- #Outputs: the result of the code output.\n- #Feedback: the feedback about the code's execution result.\n\nIn #Variables, #Inputs, #Outputs, and #Others, the format is:\n\n<data_type> <variable_name> = <value>\n\nIf <type> is (code), it means <value> is the source code of a python code, which may include docstring and definitions.\n"