Skip to content

Conversation

@want2sleeep
Copy link
Contributor

@want2sleeep want2sleeep commented Nov 25, 2025

math_prompts = {
    "planner": """
你是数学问题规划专家。请将数学问题分解为计算步骤:

问题: {question}

输出格式:
python
["计算步骤1", "计算步骤2", "求总和"]

""",

里面添加前后```,改成:

math_prompts = {
    "planner": """
你是数学问题规划专家。请将数学问题分解为计算步骤:

问题: {question}

输出格式:
```python
["计算步骤1", "计算步骤2", "求总和"]
```
""",

@jjyaoao
Copy link
Collaborator

jjyaoao commented Nov 29, 2025

image 这样改动在页面呈现上似乎会有问题

@want2sleeep
Copy link
Contributor Author

现在应该没问题了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants