Skip to content

Commit b1faee1

Browse files
Add swagger-ui-overview screenshot to blog 6.1 Try It Yourself section
1 parent 3e0db93 commit b1faee1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

blogs/series-6-ai-app-features/6.1-dotnet-ai-foundation.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,11 @@ cd ApiResources/TalentManagement-API
345345
dotnet run
346346
```
347347

348-
Open Swagger at `https://localhost:44378/swagger` and find the **Ai** section.
348+
Open Swagger at `https://localhost:44378/swagger` and confirm the API is running — you'll see all controller groups listed.
349+
350+
![NSwag Swagger UI for the TalentManagement .NET 10 Web API — all versioned controller groups collapsed](../../Tests/AngularNetTutorial-Playwright/screenshots-output/series-0-architecture/swagger-ui-overview.png)
351+
352+
Scroll down to find the **Ai** section and expand it.
349353

350354
![Swagger UI AI controller expanded — POST /api/v1/ai/chat, POST /api/v1/ai/hr-insight, POST /api/v1/ai/nl-employee-search](../../Tests/AngularNetTutorial-Playwright/screenshots-output/series-2-dotnet-api/swagger-ai-endpoints.png)
351355

0 commit comments

Comments
 (0)