You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl/design-overall-ai-strategy-business-solutions/includes/8-determine-build-custom-agents-extend-copilot.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,22 +75,22 @@ Below are critical criteria solution architects should consider when selecting a
75
75
76
76
Choose custom agents when:
77
77
78
-
- Data must be processed across systems outside Microsoft 365
78
+
- Data must be processed across systems outside Microsoft 365.
79
79
- You need strict grounding control and advanced vector search behavior.
80
80
81
81
Extend Copilot when:
82
82
83
-
- Data lives primarily in Microsoft 365
83
+
- Data lives primarily in Microsoft 365.
84
84
85
85
- You require secure use of existing document graphs, semantic index, or organizational knowledge.
86
86
87
87
### Action and tooling requirements
88
88
89
89
Select custom agents if:
90
90
91
-
- You need to call specialized internal systems
91
+
- You need to call specialized internal systems.
92
92
93
-
- Actions require advanced logic, branching, or multi-step processes
93
+
- Actions require advanced logic, branching, or multi-step processes.
94
94
95
95
- The environment must run independently from user interactions.
96
96
@@ -120,7 +120,7 @@ Choose custom agents when:
120
120
121
121
Extend Copilot when:
122
122
123
-
- The team needs a low-code approach
123
+
- The team needs a low-code approach.
124
124
125
125
- Rapid enablement outweighs customization needs.
126
126
@@ -141,25 +141,25 @@ Extend Copilot when:
141
141
142
142
### Choose to extend Microsoft 365 Copilot when
143
143
144
-
- The primary user interaction occurs in Word, Excel, Teams, or Outlook
144
+
- The primary user interaction occurs in Word, Excel, Teams, or Outlook.
145
145
146
-
- You want seamless integration with existing Microsoft 365 activities
146
+
- You want seamless integration with existing Microsoft 365 activities.
147
147
148
-
- Productivity acceleration is the main objective
148
+
- Productivity acceleration is the main objective.
149
149
150
-
- Minimal engineering investment is required
150
+
- Minimal engineering investment is required.
151
151
152
152
- The solution must inherit Microsoft's Responsible AI compliance.
153
153
154
154
### Choose to build custom agents when
155
155
156
-
- Business rules require modeling complex domain logic
156
+
- Business rules require modeling complex domain logic.
157
157
158
-
- You need orchestration across tools, APIs, or other agents
158
+
- You need orchestration across tools, APIs, or other agents.
159
159
160
-
- Autonomy, continuous workflows, or system-wide triggers are important
160
+
- Autonomy, continuous workflows, or system-wide triggers are important.
161
161
162
-
- Integration with external enterprise systems is mandatory
162
+
- Integration with external enterprise systems is mandatory.
163
163
164
164
- You must design specialized behaviors or multi-agent collaboration.
165
165
@@ -177,4 +177,4 @@ Custom agents excel in scenarios involving:
177
177
178
178
-[Introduction to Copilot declarative agents — when to use declarative agents](/training/modules/copilot-declarative-agent-intro/4-when-to-use-declarative-agents)
179
179
180
-
-[Microsoft AI Decision Framework — evaluation criteria](https://microsoft.github.io/Microsoft-AI-Decision-Framework/docs/evaluation-criteria.html)
180
+
-[Microsoft AI Decision Framework — evaluation criteria](https://microsoft.github.io/Microsoft-AI-Decision-Framework/docs/evaluation-criteria.html)
0 commit comments