Parcourir la source

Update feedback section format in chapter 4

sunpcm il y a 7 mois
Parent
commit
2668ba7955
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      docs/chapter4/第四章 智能体经典范式构建.md

+ 2 - 1
docs/chapter4/第四章 智能体经典范式构建.md

@@ -1023,8 +1023,9 @@ REFINE_PROMPT_TEMPLATE = """
 {task}
 
 # 你上一轮尝试的代码:
-```
+```python
 {last_code_attempt}
+```
 评审员的反馈:
 {feedback}