Wondering if a feature can be added to hide fields you've created within an agent from frontend users.
When creating a more complicated agent using multiple SOQL queries I found it helpful to use a think step to output a list as a specified field for easy reference in later queries.
The issue with this is every field gets added to the agent trigger. While it is currently possible to list these fields as not required and add a description telling frontend users to not use these fields it would be nice if they could be hidden from frontend users as in my use case they are automatically filled during a backend process.