camparchimedes commited on
Commit
7547456
·
verified ·
1 Parent(s): a6c70b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,7 +221,7 @@ async def handle_message(message: cl.Message):
221
 
222
  if re.search(booking_pattern, user_message):
223
  bestillingskode = re.search(booking_pattern, user_message).group(0)
224
- question = f"Retrieve information for booking ID {endpoint_url}?auth_token={auth_token}&bestillingskode={booking_id}"
225
 
226
  response = await api_chain.acall( # ~ainvoke
227
  {
 
221
 
222
  if re.search(booking_pattern, user_message):
223
  bestillingskode = re.search(booking_pattern, user_message).group(0)
224
+ question = f"Retrieve information for booking ID {endpoint_url}?auth_token={auth_token}&booking_id={bestillingskode}"
225
 
226
  response = await api_chain.acall( # ~ainvoke
227
  {