Skip to content

Commit 2f1130d

Browse files
Add docs/images folder with series-6 screenshots; update blog 6.1 image paths
1 parent bc2a8a0 commit 2f1130d

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,15 +347,15 @@ dotnet run
347347

348348
Open Swagger at `https://localhost:44378/swagger` and confirm the API is running — you'll see all controller groups listed.
349349

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)
350+
![NSwag Swagger UI for the TalentManagement .NET 10 Web API — all versioned controller groups collapsed](../../docs/images/series-6-ai-app-features/swagger-ui-overview.png)
351351

352352
Scroll down to find the **Ai** section and expand it.
353353

354-
![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)
354+
![Swagger UI AI controller expanded — POST /api/v1/ai/chat, POST /api/v1/ai/hr-insight, POST /api/v1/ai/nl-employee-search](../../docs/images/series-6-ai-app-features/swagger-ai-endpoints.png)
355355

356356
Click **POST /api/v1/ai/chat**, then **Try it out**, and send:
357357

358-
![Swagger UI POST /api/v1/ai/chat endpoint — request body schema with message and systemPrompt fields](../../Tests/AngularNetTutorial-Playwright/screenshots-output/series-2-dotnet-api/swagger-ai-chat-endpoint.png)
358+
![Swagger UI POST /api/v1/ai/chat endpoint — request body schema with message and systemPrompt fields](../../docs/images/series-6-ai-app-features/swagger-ai-chat-endpoint.png)
359359

360360
Expand **POST /api/v1/ai/chat**, click **Try it out**, and send:
361361

45.8 KB
Loading
48.1 KB
Loading
45.2 KB
Loading

0 commit comments

Comments
 (0)