Skip to content

Commit f2e6d8f

Browse files
error9098xCopilot
andauthored
Update frontend/mock-flask-api/app.py
Co-authored-by: Copilot <[email protected]> Signed-off-by: ProCodec <[email protected]>
1 parent 5a3f196 commit f2e6d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/mock-flask-api/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def agent_retriever():
164164
# 1. Handle Conversation Creation if ID is missing
165165
if not conv_id:
166166
conv_id = str(uuid.uuid4())
167-
title = user_query[:100] if user_query else "New Conversation"
167+
title = user_query[:100]
168168
conversations_db[conv_id] = {
169169
"uuid": conv_id,
170170
"title": title,

0 commit comments

Comments
 (0)