Skip to content

Commit 99154cf

Browse files
perf: Advanced Assistant Subquery Error
1 parent 5f99308 commit 99154cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/apps/chat/task/llm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,6 @@ def generate_with_sub_sql(self, sql, sub_mappings: list):
598598
full_dynamic_text += chunk.get('content')
599599
if chunk.get('reasoning_content'):
600600
full_thinking_text += chunk.get('reasoning_content')
601-
yield chunk
602601

603602
dynamic_sql_msg.append(AIMessage(full_dynamic_text))
604603

0 commit comments

Comments
 (0)