I’m building a chatbot on Pro tier using Claude 4.6 Sonnet with 4 custom Python actions. When a user triggers an analysis, the bot calls all 4 actions and then generates a report. The problem: the bot produces 5-6 duplicate versions of the same report instead of one. Each version is complete and well-formatted – the content is correct, it’s just repeated multiple times. I’ve tried constraining output length, adjusting token settings, and restructuring the prompt to produce shorter output. The duplication persists. Is there a setting that controls how the platform handles multiple action results, or how continuation/retry logic works when actions are involved?
1 Like
Hi, thanks for sharing this.
since the PDF is generating, the Actions themselves seem to be firing correctly. My first guess is that this may be more of a prompt or setup issue, especially around how the bot is handling multiple action results and report generation.
Please email us at info@pickaxe.co with your Pickaxe link and the email ID associated with the account. We’ll dig deeper into the setup and help figure out why it’s producing multiple copies of the same report.