You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/meai.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
!!! tip "Cross-SDK comparison"
4
4
See the [centralized MEAI documentation](https://tryagi.github.io/docs/meai/) for feature matrices and comparisons across all tryAGI SDKs.
5
5
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).
7
7
8
8
!!! warning "Namespace Conflict"
9
9
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