Skip to content

Commit fe26db5

Browse files
authored
updates m6
1 parent 8cfe54f commit fe26db5

3 files changed

Lines changed: 0 additions & 116 deletions

File tree

learn-pr/wwl/design-extensibility-ai-solutions/includes/3-design-agents-microsoft-365-copilot.md

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -172,48 +172,6 @@ Will the agent support frontline or knowledge workers?
172172

173173
What latency, safety, or reliability constraints apply?
174174

175-
## Professional visuals (text-based for Word)
176-
177-
### Visual 1 - Agent architecture model
178-
179-
User Action
180-
181-
182-
183-
Microsoft 365 Application (Teams, Outlook, Loop)
184-
185-
186-
187-
Copilot Agent Instructions & Policies
188-
189-
190-
191-
Tools & Connectors (Graph, SharePoint, APIs)
192-
193-
194-
195-
Business Logic Execution
196-
197-
198-
199-
Response Back to User
200-
201-
### Visual 2 - Collaborative agent workflow
202-
203-
Primary Agent (Intent Detection)
204-
205-
↓ determines task
206-
207-
SubAgent A (Data Gathering) SubAgent B (Draft Generation)
208-
209-
↓ ↓
210-
211-
Combined Output → Human Review → Publish/Act
212-
213-
### Visual 3 - Agent governance lifecycle
214-
215-
Design → Build → Test → Deploy → Monitor → Improve
216-
217175
## References
218176

219177
[https://learn.microsoft.com/en-us/copilot/microsoft-365/microsoft-365-copilot-page?view=o365-worldwide](/copilot/microsoft-365/microsoft-365-copilot-page)

learn-pr/wwl/design-extensibility-ai-solutions/includes/6-design-agents-automate-tasks-apps-websites-computer-copilot-studio.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -216,20 +216,6 @@ Build monitoring and fallback plans
216216

217217
Use Computer Use only when APIs are unavailable
218218

219-
## Professional visuals (text-based)
220-
221-
### Visual 1 — Computer Use architecture
222-
223-
User Request ↓ Agent Reasoning ↓ Computer Use Actions ↓ UI Interaction ↓ Validation & Response
224-
225-
### Visual 2 — When to Use Computer Use
226-
227-
No API Available | UI-Driven Tasks | Multi-App Workflows | Human-Like Reasoning Needed
228-
229-
### Visual 3 — Agent design framework
230-
231-
Define Task → Add Context → Break Steps → Add Guardrails → Test → Refine
232-
233219
## References
234220

235221
[https://learn.microsoft.com/en-us/microsoft-copilot-studio/computer-use](/microsoft-copilot-studio/computer-use)

learn-pr/wwl/design-extensibility-ai-solutions/includes/7-design-agent-behaviors-copilot-studio-reasoning-voice-mode.md

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -162,66 +162,6 @@ Agent provides concise spoken output
162162

163163
Because voice relies on real-time interaction, architects should design behavior models that prioritize responsiveness, fallback handling, and user-friendly error messages.
164164

165-
**Architectural model for agent behaviors**
166-
167-
## Text-based visual: Agent behavior architecture
168-
169-
### Visual A — Agent Behavior Stack
170-
171-
+------------------------------------------------------+
172-
173-
| User Interaction Layer (Text, Voice, UI Controls) |
174-
175-
+------------------------------------------------------+
176-
177-
| Dialogue Management & Conversation Flow |
178-
179-
+------------------------------------------------------+
180-
181-
| Reasoning Engine (Standard or Deep Reasoning) |
182-
183-
+------------------------------------------------------+
184-
185-
| Instruction Layer (Rules, Roles, Tone, Guardrails) |
186-
187-
+------------------------------------------------------+
188-
189-
| Knowledge & Data Access (SharePoint, Dataverse, etc.)|
190-
191-
+------------------------------------------------------+
192-
193-
| Tools and Actions (APIs, Connectors, Automations) |
194-
195-
+------------------------------------------------------+
196-
197-
| Governance & Safety (Policies, Filters, Logging) |
198-
199-
+------------------------------------------------------+
200-
201-
**Design patterns for high-quality agent behavior**
202-
203-
## Key behavior patterns
204-
205-
### Pattern 1 — Step-by-step reasoning
206-
207-
Break tasks into steps to improve accuracy.
208-
209-
### Pattern 2 — Validation Prompting
210-
211-
Ask the agent to verify assumptions or confirm missing context.
212-
213-
### Pattern 3 — Context Reuse
214-
215-
Carry summaries and reasoning from earlier messages in the same session.
216-
217-
### Pattern 4 — Intent Routing
218-
219-
Identify user purpose and route to knowledge, actions, or workflows.
220-
221-
### Pattern 5 — Behavioral Guardrails
222-
223-
Prevent overreach by defining what the agent must never do.
224-
225165
## References
226166

227167
[https://learn.microsoft.com/en-us/microsoft-copilot-studio/guidance/agents/agent-behaviors](/microsoft-copilot-studio/guidance/agents/agent-behaviors)

0 commit comments

Comments
 (0)