Skip to content

Commit bf963b9

Browse files
committed
refactor: split Question 1 into two-step M365 agent type selection
1 parent 1c732ab commit bf963b9

1 file changed

Lines changed: 19 additions & 8 deletions

File tree

docs/agent365-guided-setup/a365-setup-instructions.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,30 @@
44
55
---
66

7-
> **YOUR FIRST AND ONLY ACTION RIGHT NOW:** Ask the user the two path-determination questions below. Do NOT create todos, run commands, or read further until the user has answered both questions. After both answers are received, create all todos for the determined path and mark Todo 1 in-progress.
7+
> **YOUR FIRST AND ONLY ACTION RIGHT NOW:** Ask the user the path-determination questions below (up to three, depending on answers). Do NOT create todos, run commands, or read further until all applicable questions are answered. After all answers are received, create all todos for the determined path and mark Todo 1 in-progress.
88
9-
**RULE 1 — ASK TWO QUESTIONS FIRST, THEN CREATE ALL TODOS.**
9+
**RULE 1 — ASK PATH-DETERMINATION QUESTIONS FIRST, THEN CREATE ALL TODOS.**
1010

11-
Before creating any todos or running any commands, ask the user these two questions (one at a time, wait for each response):
11+
Before creating any todos or running any commands, ask the user these questions (one at a time, wait for each response):
1212

1313
**Question 1: Which of the following best describes your agent?**
1414

15-
1. M365 custom engine agent — Entra app ID
16-
2. M365 custom engine agent — Blueprint
17-
3. All other agents
15+
1. M365 custom engine agent
16+
2. All other agents
1817

19-
Wait for the answer. Store as `agentType` (1, 2, or 3).
18+
Wait for the answer.
19+
20+
- If the user answered **1 (M365 custom engine agent)**: ask Question 1b below.
21+
- If the user answered **2 (All other agents)**: set `agentType = 3`, skip Question 1b, and proceed directly to Question 2.
22+
23+
**Question 1b: Is your M365 agent using an Entra app ID or a Blueprint?**
24+
25+
1. Entra app ID
26+
2. Blueprint
27+
28+
Wait for the answer. Then set `agentType`:
29+
- If **1 (Entra app ID)**: `agentType = 1`
30+
- If **2 (Blueprint)**: `agentType = 2`
2031

2132
**Question 2: What capabilities do you want to enable?**
2233

@@ -27,7 +38,7 @@ Present only the options that apply to the user's `agentType`:
2738
2. Observability and Work IQ
2839
- **If `agentType = 2`** (M365 custom engine — Blueprint):
2940
1. AI Teammate
30-
- **If `agentType = 3`** (All other agents — Blueprint):
41+
- **If `agentType = 3`** (All other agents):
3142
1. Discoverability
3243
2. Discoverability and Observability
3344
3. AI Teammate

0 commit comments

Comments
 (0)