feat: update chat greeting (#905)
This commit is contained in:
parent
be774ea0b6
commit
ccbc649317
5 changed files with 37 additions and 60 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue