Display full outputs in an Agent

Hi team,

I have a crew that returns the results of an SQL query along with insights. However, the output of the SQL query is truncated. It displays only the first few rows and then shows something like “[…90 rows]”.

How can I ensure that the Agent returns the full results?

Thanks,
Manju

Hi. It might be the LLM that is truncating it. Are you using a tool to access the SQL?

Hi @Tony_Wood ,

Yes, we are making use of a tool call to retrieve the results from SQL DB.

We have also thoroughly written elaborate instructions not to truncate the results.

Note that the results are 100 lines or so well within the context window of LLM.

Tried with gpt-4.1 and gpt-5 model, however the output remains truncated.

Any thoughts on addressing this?

Best,
Manju