n8n-io / n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
https://n8n.io
Other
47.14k stars 6.99k forks source link

AI Agent output after execution is empty i #11223

Open takefy-dev opened 5 days ago

takefy-dev commented 5 days ago

Bug Description

When an ai call tool sometimes the final output is empty and it cause redis to fail saving the conversation data so the ai just do wrong thing image image image

To Reproduce

Create an ai agent put him a tool with redis store and it will happens when you try to trigger the tool but it does not happens everytim tho

Expected behavior

To output something so it saves the tool execution and continue the flow

Operating System

Linux

n8n Version

1.62.3

Node.js Version

22

Database

PostgreSQL

Execution mode

main (default)

Joffcom commented 5 days ago

Hey @takefy-dev,

We have created an internal ticket to look into this which we will be tracking as "GHC-308"

Joffcom commented 5 days ago

Hey @takefy-dev,

Are you able to share a minimal workflow and data set that reproduces this issue?

takefy-dev commented 5 days ago

create a flow with antropic claude 3.5 put chat input + redis memory + a http tool that makes a request and return response: "a string" make a long prompt and try sometimes it will output this error...

takefy-dev commented 1 day ago

any news it so anoying?