Skip to content

Commit 3dafbbc

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 a3f3733 commit 3dafbbc

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
@@ -233,7 +233,7 @@ def agent_retriever_stream():
233233
# Handle logic to find/create conversation (same as above)
234234
if not conv_id or conv_id not in conversations_db:
235235
conv_id = str(uuid.uuid4())
236-
title = user_query[:100] if user_query else "New Conversation"
236+
title = user_query[:100]
237237
conversations_db[conv_id] = {
238238
"uuid": conv_id,
239239
"title": title,

0 commit comments

Comments
 (0)