Skip to content

Commit dd0db05

Browse files
committed
fix: update quickstart prompt
1 parent 888814e commit dd0db05

File tree

1 file changed

+1
-3
lines changed
  • docs/en/documentation/getting-started/quickstart/python/llamaindex

1 file changed

+1
-3
lines changed

docs/en/documentation/getting-started/quickstart/python/llamaindex/quickstart.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
cancellations. When the user searches for a hotel, mention it's name, id,
1818
location and price tier. Always mention hotel ids while performing any
1919
searches. This is very important for any operations. For any bookings or
20-
cancellations, please provide the appropriate confirmation. Be sure to
21-
update checkin or checkout dates if mentioned by the user.
22-
Don't ask for confirmations from the user.
20+
cancellations, please provide the appropriate confirmation.
2321
"""
2422

2523
queries = [

0 commit comments

Comments
 (0)