Skip to main content
4. Future Consideration

Allow pagination in slot resolvers

Related products:Agent Studio
  • June 22, 2026
  • 6 replies
  • 79 views

Forum|alt.badge.img+3

Currently, slot resolvers in conversational processes can be dynamic or static. With dynamic, we can call a action. However if I need to paginate on the action to get more results as possible values, that is not possible. Please enable pagination in some way for slot resolvers as I currently have to have some slots be static due to this limitation.

6 replies

Kevin Mok
Forum|alt.badge.img+2
  • Community Manager
  • July 10, 2026

Hey ​@andrewwhitley - the problem here is that you have too many results and we don’t present them all to the user?


Forum|alt.badge.img+3
  • Author
  • Inspiring
  • July 10, 2026

More or less. If I need to have a slot be one of the options in a particular list of options in a external application, due to this restriction, the number of possible options is determined based on how the application handles pagination. One app may only return 50 results per call while another may be more or less. I have a mixture between 10, 50, 100, and 500 currently based upon the app and api call. Therefore I cannot use dynamic resolver strategies for multiple slots and instead have to either leverage it as a string with a strict validator, or a static resolver strategy.


Kevin Mok
Forum|alt.badge.img+2
  • Community Manager
  • July 13, 2026

Got it ​@andrewwhitley - how would you envision the UX presented to the user? Today we can’t do pagination but if the list of options is large, let’s say 100+, then we don’t present it all and the user can either ask for more or if they know the option they want the can type it out and the assistant will find it.

Usually, we’d want to do search before pagination because conversationally paginating isn’t very intuitive and it can be slow as well


Forum|alt.badge.img+3
  • Author
  • Inspiring
  • July 14, 2026

We are never shown more than 20 options anyways. However if it was aware of all 100+ items and the person says I want a abc option, the user can be presented with the various options that are similar to abc to choose from.

I have another plugin where it relies on search beforehand and it always has issues as the search is static and doesn’t account for minor changes like special characters, spaces, etc. I helped it by having the search slot only contain a keyword, but that can result in many options to return. Therefore search before pagination doesn’t 100% solve the problem either, as the search can still return with paginated data and we are now restricting the options the user has available.


Kevin Mok
Forum|alt.badge.img+2
  • Community Manager
  • July 15, 2026
Updated idea status1. New4. Future Consideration

Kevin Mok
Forum|alt.badge.img+2
  • Community Manager
  • July 15, 2026

Hey ​@andrewwhitley - we talked internally and we will revisit the idea in a future date to see if it fits our roadmap.

 

Thanks!