Skip to content

Commit 28563a4

Browse files
HavenDVclaude
andcommitted
Enhance MEAI guide with additional examples
Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 625a047 commit 28563a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/meai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!!! tip "Cross-SDK comparison"
44
See the [centralized MEAI documentation](https://tryagi.github.io/docs/meai/) for feature matrices and comparisons across all tryAGI SDKs.
55

6-
The Reka SDK implements `IChatClient` and `ISpeechToTextClient` from [Microsoft.Extensions.AI](https://learn.microsoft.com/en-us/dotnet/ai/microsoft-extensions-ai), providing unified interfaces for chat completions and speech-to-text transcription.
6+
The Reka SDK implements `IChatClient` and `ISpeechToTextClient` and provides `AIFunction` tool wrappers, all compatible with [Microsoft.Extensions.AI](https://learn.microsoft.com/en-us/dotnet/ai/microsoft-extensions-ai).
77

88
!!! warning "Namespace Conflict"
99
Reka has a generated `IChatClient` interface that shadows `Microsoft.Extensions.AI.IChatClient`. Use full qualification or a type alias when both namespaces are in scope:

0 commit comments

Comments
 (0)