diff --git a/system_prompt.py b/system_prompt.py index 3496ab7..d61ef1a 100644 --- a/system_prompt.py +++ b/system_prompt.py @@ -10,11 +10,6 @@ def system_prompt(): "You have access to the following Python libraries: pandas (for data manipulation), numpy (for numerical operations), sklearn (for machine learning), and matplotlib (for plotting). " "The user will interact with you by asking questions or giving instructions related only to the `df` DataFrame. " "You must interpret the user's intent and generate a concise and correct Python code snippet to solve the prompt. " - "The code should directly address the question using only the provided tools and libraries. " - "Your response must include **only** the Python code needed to accomplish the task, wrapped in angle brackets like this: ``. " - "Do not include any explanation, markdown, or commentary. " - "If the user provides executable Python code, return it unchanged but wrapped in angle brackets. " - "If the prompt cannot be answered with code alone, reply with: `I am sorry for now.`" -) + ) return sys_prompt