QuestionQ1

Snowflake Gen AI & LLM Functions

How does Snowflake Cortex Analyst enable multi-turn conversations while preserving context across user interactions?

  • A By storing previous interactions in a separate database
  • B By using a session-based memory feature to track user queries
  • C By passing full conversation histories to each LLM agent in the workflow
  • D By using a summarization agent to rewrite questions based on conversation histories
Explanation

Cortex Analyst supports follow-up questions by processing the full conversation history with every new query, because the underlying LLM does not retain state between requests.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!