diff --git a/src/services/chat_service.py b/src/services/chat_service.py index 49cbd3b..ad4be67 100644 --- a/src/services/chat_service.py +++ b/src/services/chat_service.py @@ -149,7 +149,7 @@ class ChatService: user_state = await self.get_user_state(uid) instructions += f"\n\n# User Information\nApplication state (None means that application was not sent or pending):\n{user_state}" if current_page: - instructions += f"\n\n# User now is currently on page:" + instructions += f"\n\n# User now is currently on page: {current_page}" chat_response = await self.send_message(session_id, message, instructions) history = await self.get_chat_history(session_id)