Object Query used by AIP Agent is limited to 6 results

Hello all.

We have an Agent configured to use the Object Query tool

The output is always limited to 6 objects. In this example, when I follow the link there are 20.

image

I can’t find any configuration to change this limit. Is it possible to change it?

Always 6 results, asking for 100, having 21 results.

{“objectTypeApiName”: “CartbotProjectListSimple”, “instructions”: “FILTER iso == ‘de’\nFILTER (production contains ‘mango*’ OR title contains ‘mango*’)\nFILTER nextShippingDate >= ‘2025-08-08T00:00:00.000Z’\nFILTER nextShippingDate <= ‘2025-09-07T00:00:00.000Z’\nORDER BY nextShippingDate ASC\nLIMIT 100”}

Hi are you still running into this issue? We’re unable to reproduce it so not sure if this has already been fixed or not

If you are still seeing this, could you provide a description of how your object type and your object query tool are setup? Maybe that could help us find the root cause of this

Hi ssaxena, we are still seeing it.

I’m not sure what information would be helpful here, so I’ll give you a general view of the relevant parts and can go deeper on some details if you want.

We have an agent that will talk to a client and request a product (like manoges) and the country where they want to receive it (e.g Germany).

The instructions state that once the agent has the information it should use the Object Query tool.

image

The object query has a prompt explaining how to create queries, asking to limit it to 30 results. It does make a valid query but it seems to receive only 2 items as response

However , if we follow the link we can see there are 34 results available.