readme update

This commit is contained in:
Steve Androulakis
2025-01-01 17:01:38 -08:00
parent 245d64fca9
commit 443401ba83
2 changed files with 8 additions and 12 deletions

View File

@@ -16,8 +16,8 @@ def search_flights(args: dict) -> dict:
return {
"tool": "SearchFlights",
"searchResults": [
"Mock flight 1",
"Mock flight 2",
"QF 123: $1200",
"VA 456: $1000",
],
"status": "search-complete",
"args": args,