mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-23 15:48:11 +02:00
更新了xml-compile方法,更新了剩余Baseline
This commit is contained in:
parent
f691c5f439
commit
b9a2d94da2
7 changed files with 236 additions and 2 deletions
|
|
@ -511,7 +511,7 @@ class ActionNode:
|
|||
example_str = "\n".join(examples)
|
||||
# Add the example to the context
|
||||
context += f"""
|
||||
### response format (must be strictly followed) (do not include any other formats except for the given XML format): \n
|
||||
### Response format (must be strictly followed): All content must be enclosed in the given XML tags, ensuring each opening <tag> has a corresponding closing </tag>, with no incomplete or self-closing tags allowed.\n
|
||||
{example_str}
|
||||
"""
|
||||
return context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue