Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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