Upgrades (#1419)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3bc77653ad
commit
453f5bb3e6
94 changed files with 4029 additions and 8199 deletions
|
|
@ -5,7 +5,10 @@ import { useSWRConfig } from "swr";
|
|||
import { useCopyToClipboard } from "usehooks-ts";
|
||||
import type { Vote } from "@/lib/db/schema";
|
||||
import type { ChatMessage } from "@/lib/types";
|
||||
import { Action, Actions } from "./elements/actions";
|
||||
import {
|
||||
MessageAction as Action,
|
||||
MessageActions as Actions,
|
||||
} from "./ai-elements/message";
|
||||
import { CopyIcon, PencilEditIcon, ThumbDownIcon, ThumbUpIcon } from "./icons";
|
||||
|
||||
export function PureMessageActions({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue