🚀 feat(endpoints.py): add warning message for experimental feature to inform users about potential issues and encourage reporting
This commit is contained in:
parent
d1203b7fb7
commit
d8ba8f0746
1 changed files with 4 additions and 0 deletions
|
|
@ -126,6 +126,10 @@ async def process_flow(
|
|||
|
||||
session_id = result.session_id
|
||||
else:
|
||||
logger.warning(
|
||||
"This is an experimental feature and may not work as expected."
|
||||
"Please report any issues to our GitHub repository."
|
||||
)
|
||||
if session_id is None:
|
||||
# Generate a session ID
|
||||
session_id = get_session_service().generate_key(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue