Browse Source

Merge branch 'dev' of https://github.com/abpframework/abp into dev

pull/24267/head
Alper Ebiçoğlu 2 months ago
parent
commit
ec3cfa8aa2
  1. 4
      docs/en/modules/ai-management/index.md

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

@ -75,7 +75,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
@ -628,4 +628,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