AI-201 · Question #234
A developer is using the Salesforce CLI to deploy agent components from a sandbox to production. They recently made a change to several topics, instructions, and actions. Which metadata component shou
The correct answer is A. genAiPlannerBundle. In Salesforce, the GenAiPlannerBundle metadata type is the container that holds the topics (formerly called 'planner topics') and the associated actions an Agentforce agent can use. When deploying agent configurations via CLI and package.xml, this is the component that must be in
Question
A developer is using the Salesforce CLI to deploy agent components from a sandbox to production. They recently made a change to several topics, instructions, and actions. Which metadata component should the developer include in their package.xml file that contains all of the topics and actions an agent will interact with?
Options
- AgenAiPlannerBundle
- BEinsteinAiPlannerBundle
- CBotBundle
How the community answered
(31 responses)- A87% (27)
- B10% (3)
- C3% (1)
Explanation
In Salesforce, the GenAiPlannerBundle metadata type is the container that holds the topics (formerly called 'planner topics') and the associated actions an Agentforce agent can use. When deploying agent configurations via CLI and package.xml, this is the component that must be included to carry over topic definitions and action assignments. BotBundle is for traditional Einstein Bots (not Agentforce agents), and EinsteinAiPlannerBundle is not a real Salesforce metadata type.
Topics
Community Discussion
No community discussion yet for this question.