Skip to content

Commit

Permalink
Updated logout error (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilemanjee authored Feb 28, 2025
1 parent 184e40b commit 783a553
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@
" print(\"Error: 'query' is required for Elasticsearch queries.\")\n",
" return None\n",
"\n",
" print(\"Function Arguments for extract_hotel_search_parameters:\")\n",
" print(\"Function Arguments for query_elasticsearch:\")\n",
" print(function_args)\n",
"\n",
" # Update parameters directly\n",
Expand Down Expand Up @@ -1073,7 +1073,7 @@
" Arguments: {\"query\":\"recently renovated accommodations 250m from Belongil Beach with at least 4 stars and with a pool and gym\",\"latitude\":-28.6337328,\"longitude\":153.6003455,\"distance\":\"250m\",\"rating\":4,\"attraction\":\"recently renovated, pool, gym\"}\n",
"\n",
"--------------------------------------------------\n",
"Function Arguments for extract_hotel_search_parameters:\n",
"Function Arguments for query_elasticsearch:\n",
"{'query': 'recently renovated accommodations 250m from Belongil Beach with at least 4 stars and with a pool and gym', 'latitude': -28.6337328, 'longitude': 153.6003455, 'distance': '250m', 'rating': 4, 'attraction': 'recently renovated, pool, gym'}\n",
"Parameters for Elasticsearch:\n",
"{'query': 'recently renovated accommodations 250m from Belongil Beach with at least 4 stars and with a pool and gym', 'latitude': -28.6337328, 'longitude': 153.6003455, 'distance': '250m', 'rating': 4, 'attraction': 'recently renovated, pool, gym'}\n",
Expand Down

0 comments on commit 783a553

Please sign in to comment.