feat: update chat greeting (#905)

This commit is contained in:
Jeremy 2025-04-03 01:05:07 -07:00 committed by GitHub
parent be774ea0b6
commit ccbc649317
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 37 additions and 60 deletions

View file

@ -1,6 +1,6 @@
'use client';
import type { Attachment, Message, UIMessage } from 'ai';
import type { Attachment, UIMessage } from 'ai';
import cx from 'classnames';
import type React from 'react';
import {
@ -22,7 +22,7 @@ import { Button } from './ui/button';
import { Textarea } from './ui/textarea';
import { SuggestedActions } from './suggested-actions';
import equal from 'fast-deep-equal';
import { UseChatHelpers } from '@ai-sdk/react';
import type { UseChatHelpers } from '@ai-sdk/react';
function PureMultimodalInput({
chatId,