An ML engineer is designing a Cortex Agent to provide highly accurate and contextualized responses. They intend for the agent to use state-of-the-art LLMs for orchestration and to maintain a specific brand tone in its outputs. Considering the available models and configurations for Cortex Agents, which statement is true?
Correct Answer: B
Option A is incorrect. Cortex Agents can use a variety of models for orchestration, including

,and others. Cross-region inference can be used if a model is not available in the local region. Option B is correct. 'Response instructions' allow configuration of the agent's responses to a preferred brand and tone. Option C is incorrect. While cross-region inference can be used for models not available locally, latency between regions depends on cloud provider infrastructure and network status. Therefore, it does have latency implications. Option D is incorrect. Cortex Agents leverage Cortex Analyst and Cortex Search as tools, along with LLMs, to analyze data. While fine-tuned models might be involved, the primary interaction is not described as being through the Snowflake Model Registry API for active data processing or parameter updates during the planning phase. The Model Registry is for logging and managing models. Option E is incorrect. The 'Reflection' component of Cortex Agents is responsible for evaluating results after each tool use to determine the next steps (asking for clarification, iterating, or generating a final response). The 'Planning' component is for orchestrating a plan to address a request.