more reliable tests

This commit is contained in:
Twisha Bansal
2026-02-03 18:30:33 +05:30
parent 9210e5555c
commit a212aedd19

View File

@@ -96,7 +96,7 @@ async def main():
middleware=[enforce_business_rules, enrich_response],
)
user_input = "Book hotel with id 3 for 2 days."
user_input = "Book hotel with id 3."
response = await agent.ainvoke(
{"messages": [{"role": "user", "content": user_input}]}
)