@ai-sdk/svelte
Version:
[Svelte](https://svelte.dev/) UI components for the [AI SDK](https://ai-sdk.dev/docs):
17 lines (13 loc) • 404 B
text/typescript
export {
Chat,
type ChatOptions,
type CreateMessage,
type Message,
type UIMessage,
} from './chat.svelte.js';
export {
StructuredObject as Experimental_StructuredObject,
type Experimental_StructuredObjectOptions,
} from './structured-object.svelte.js';
export { Completion, type CompletionOptions } from './completion.svelte.js';
export { createAIContext } from './context-provider.js';