UX UX UX UX UX
This commit is contained in:
+1
-1
@@ -2631,7 +2631,7 @@ def run_subagent_summarization(file_path: str, content: str, is_code: bool, outl
|
||||
return "ERROR: Unsupported provider for sub-agent summarization"
|
||||
|
||||
def run_discussion_compression(discussion_text: str) -> str:
|
||||
prompt = f"The following is a long conversation history.\\nPlease provide a highly compact, dense summary of the key facts, decisions, bugs encountered, and outcomes that should be retained for context going forward. Categorize into User intent, Tool outputs, and AI reasoning. Omit pleasantries and redundant thoughts.\\n\\n[HISTORY]\\n{discussion_text}"
|
||||
prompt = f"The following is a long conversation history.\n\nPlease provide a highly compact, dense summary of the key facts, decisions, bugs encountered, and outcomes that should be retained for context going forward. Categorize into User intent, Tool outputs, and AI reasoning. Omit pleasantries and redundant thoughts.\n\n[HISTORY]\n{discussion_text}"
|
||||
if _provider == "gemini":
|
||||
_ensure_gemini_client()
|
||||
if _gemini_client:
|
||||
|
||||
Reference in New Issue
Block a user