mirror of
https://github.com/shareAI-lab/analysis_claude_code.git
synced 2026-05-07 00:36:18 +08:00
auto_compact llm request error fixed
This commit is contained in:
@@ -81,7 +81,6 @@ def auto_compact(messages: list) -> list:
|
||||
)
|
||||
return [
|
||||
{"role": "user", "content": f"[Compressed]\n\n{response.content[0].text}"},
|
||||
{"role": "assistant", "content": "Understood. Continuing."},
|
||||
]
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user