MultipleChoice
You are creating an agent workflow in a Microsoft Foundry project to support natural voice interactions.
The agent must receive continuous audio input, convert the input into text for reasoning, and then return spoken responses to a user. The workflow must meet the following requirements:
. Support turn-taking dynamics, where the agent begins to generate the speech output before the user finishes speaking. . Operate with low latency to maintain a conversational experience.
You need to enable both speech to text and text to speech in a real-time agent interaction.
What should you do?
OptionsMultipleChoice
You need to configure Agent1 to answer customer questions about only the Contoso products. The solution must meet the business requirements.
What should you do?
OptionsMultipleChoice
You have a Microsoft Foundry project that contains three agents as shown in the following table.
Name
Description
TriageAgent
Classifies incoming customer requests
PolicyAgent
Answers policy questions by searching internal content
ActionAgent
Creates or updates tickets by calling an HTTP API
You need to orchestrate the agents to ensure that the customer requests meet the following requirements:
* Support a deterministic, step-based process that uses conditional branching and shared state across the agents. * Optionally trigger a ticket action based on the triage result.
The solution must minimize development effort.
What should you include in the solution?
Options