Handle ticket search with Structured Data Analysis
I have a plugin for ticket search. It collects a search description and uses a LLM to collect/format optional attributes that are used in the search api. I am paginating the api up to 5 times in a compound action and don’t want to enable more than that. This works with simple search queries in that Structured Data Analysis can format the results as requested. However if I ask for a medium to large data set (over 500 tickets), it seems to go into a infinite loop showing 8-20 messages to the user saying it is searching for the data until it finally seems to time out and break without showing any data. I don’t want the plugin to loop especially as it doesn’t seem to work. I tried asking Agent Architect, but its suggestions didn’t help. How do I solve this problem?