fix: modify test

This commit is contained in:
zxmfke
2025-03-20 23:13:02 +08:00
parent 2bb72029be
commit 2425ed71fb
2 changed files with 1 additions and 56 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ async def main():
agent = CoTAgent()
# Provide a problem that requires thinking
question = "Zhang, Li, and Wang have a total of 85 apples. Zhang has twice as many apples as Li, and Wang has 5 more apples than Li. How many apples does each person have?"
question = "How do you put an elephant into a refrigerator?"
logger.info(f"Question: {question}")