Browse Source

Merge pull request #24263 from abpframework/EngincanV-patch-2

Update the chat url in ai-management doc
pull/24264/head
Enis Necipoglu 2 months ago
committed by GitHub
parent
commit
bcd1822cad
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      docs/en/modules/ai-management/index.md

4
docs/en/modules/ai-management/index.md

@ -68,7 +68,7 @@ The AI Management module includes a built-in chat interface for testing workspac
* Test streaming responses
* Verify workspace configuration before using in production
> Access the chat interface at: `/AIManagement/Chat`
> Access the chat interface at: `/AIManagement/Workspaces/{WorkspaceName}`
## Workspace Configuration
@ -621,4 +621,4 @@ The cache is automatically invalidated when workspaces are created, updated, or
- [Artificial Intelligence Infrastructure](../../framework/infrastructure/artificial-intelligence/index.md): Learn about the underlying AI workspace infrastructure
- [Microsoft.Extensions.AI](https://learn.microsoft.com/en-us/dotnet/ai/): Microsoft's unified AI abstractions
- [Semantic Kernel](https://learn.microsoft.com/en-us/semantic-kernel/): Microsoft's Semantic Kernel integration
- [Semantic Kernel](https://learn.microsoft.com/en-us/semantic-kernel/): Microsoft's Semantic Kernel integration

Loading…
Cancel
Save