QuestionQ58
Snowflake Gen AI & LLM FunctionsA Gen AI Specialist is developing a Streamlit chatbot that uses snowflake.cortex.complete to answer user questions with this script:

Which parameter should be added to the script so responses display incrementally in small chunks as they are generated?
- A deadline=5
- B stream=True
- C options=CompleteOptions (max_tokens=5)
- D options=CompleteOptions (response_format="increnental")
Community Discussion