Sometimes, when I test an agent, it processes for a while, then after a few minutes throws this error:
System Error
This appears to be a system issue. Try again later or submit a support case if the problem continues.
Discussion posts and replies are publicly visible
Most likely a bad/missing output field, the agent is expecting textValue - always provide a default string fallback.
Not entirely sure which part you're suggesting for the fix. The agent's output is a record type, and I've given it explicit instructions about how to populate that. Are you suggesting to add a secondary output of type Text, with instructions along the lines of "If you run into any problems, just put a cry for help here"? Or are you instead suggesting that the problem's with one or more of the tools that I've given to the agent? In my current test, those tools are simply record types, which doesn't give me the opportunity for a "string fallback".