fix: skip history for agent choice prompts

This commit is contained in:
jxxghp
2026-06-22 07:07:35 +08:00
parent 647c04956d
commit cf8e7438e2
2 changed files with 55 additions and 0 deletions

View File

@@ -198,6 +198,7 @@ class AskUserChoiceTool(MoviePilotTool):
title=title,
text=message.strip(),
buttons=buttons,
save_history=False,
)
)