i have an agent studio plugin that uses the User object as a slot to get a user context. what i’m finding is the bot is responding with a default set of properties even though i’m not specifying which values from the user object to display. i’m using the built-in mw.generate_text_action and defining a slot in the conversation process as a User object type, which is grabbing the user context correctly. but the bot response message is showing the same default properties (full name, email, role, manager, dept, location) and i don’t want to display those, at least not like that. i tried using display_instructions property in the output mapping, but that doesn’t work. the default properties are still displayed.
where is the plugin getting this format from? and how do i override it or define my own template?





