AI-201 · Question #228
AI-201 Question #228: Real Exam Question with Answer & Explanation
The correct answer is C: The name of the LLM does not match in sandbox and production.. As documented in the AgentForce Prompt Template and BYOLLM (Bring-Your-Own-LLM) Deployment Guide, each prompt template references a specific LLM configuration by name and ID. When migrating components between environments (e.g., from sandbox to production), the If the LLM configu
Question
Cloud Kicks (CK) recently finished the development of a new prompt template that uses its own large language model (LLM). CK is deploying a prompt template from a sandbox to a production org, and is receiving an error. When trying to deploy the change set, CK is getting an error related to the LLM used in the prompt template. What is the cause of the error?
Options
- AThe prompt does not specify that it is a custom LLM.
- BBYOLLM is not yet supported for in prompt templates in production.
- CThe name of the LLM does not match in sandbox and production.
Explanation
As documented in the AgentForce Prompt Template and BYOLLM (Bring-Your-Own-LLM) Deployment Guide, each prompt template references a specific LLM configuration by name and ID. When migrating components between environments (e.g., from sandbox to production), the If the LLM configuration is missing or named differently in production, the deployment fails, as the prompt template cannot resolve its model dependency.
Topics
Community Discussion
No community discussion yet for this question.