Update app.py
Browse files
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}&
|
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 |
{
|