We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a0913 commit 926c5f8Copy full SHA for 926c5f8
README.md
@@ -579,7 +579,7 @@ async def book_table(
579
if date == "2024-12-25":
580
# Date unavailable - ask user for alternative
581
result = await ctx.elicit(
582
- message=(f"No tables available for {party_size} on {date}. " "Would you like to try another date?"),
+ message=(f"No tables available for {party_size} on {date}. Would you like to try another date?"),
583
schema=BookingPreferences,
584
)
585
0 commit comments