@merit-systems/echo-react-sdk 1.0.39-test.95844400.0 → 1.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -21,6 +21,7 @@ import { UIMessageChunk } from 'ai';
21
21
  import { UITools } from 'ai';
22
22
  import { UseChatHelpers } from '@ai-sdk/react';
23
23
  import { User } from 'oidc-client-ts';
24
+ import { XaiProvider } from '@ai-sdk/xai';
24
25
 
25
26
  export declare type ChatSendParams = Parameters<ChatTransport<UIMessage>['sendMessages']>[0];
26
27
 
@@ -163,6 +164,7 @@ export declare const useEchoModelProviders: () => {
163
164
  google: GoogleGenerativeAIProvider;
164
165
  openrouter: OpenRouterProvider;
165
166
  groq: GroqProvider;
167
+ xai: XaiProvider;
166
168
  };
167
169
 
168
170
  export declare function useEchoOpenAI(options?: UseEchoOpenAIOptions): UseEchoOpenAIResult;