Quiz 7 Question 12 of 20

A software company wants an internal knowledge-base assistant that always follows the same sequence: retrieve relevant documents, pass them to the model with a fixed instruction template, then log the retrieved sources alongside the answer for auditing. A developer could write this logic in custom application code that calls the model directly, but the team instead builds it as a flow inside Microsoft Foundry with distinct connected steps for retrieval, prompt construction and logging. What is the main advantage of building this as a Foundry flow rather than a single direct model call from application code?

Select an answer to reveal the explanation.

Motivation