更新了xml-compile方法,更新了剩余Baseline

This commit is contained in:
didi 2024-09-11 15:21:33 +08:00
parent f691c5f439
commit b9a2d94da2
7 changed files with 236 additions and 2 deletions

View file

@ -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