mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-01 12:51:43 +08:00
fix: skip history for agent choice prompts
This commit is contained in:
@@ -198,6 +198,7 @@ class AskUserChoiceTool(MoviePilotTool):
|
||||
title=title,
|
||||
text=message.strip(),
|
||||
buttons=buttons,
|
||||
save_history=False,
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user