🔥 3-day streak
Databricks Certified Generative AI Engineer Associate61 / 145
Question 61 of 145

A Generative AI Engineer is building a customer-facing chat assistant on Databricks using LangChain Expression Language (LCEL). The frontend team requires that partial responses appear token-by-token in the UI as the foundation model generates them, rather than waiting for the full completion. The chain is composed as: prompt | chat_model | StrOutputParser(). Which approach correctly enables incremental token delivery from this LCEL chain?

Reviewed for accuracy · Report an issueNext question