feat: v1 — persistent shell, model gateway, artifact improvements (#1462)
This commit is contained in:
parent
3651670fb9
commit
f9652b452a
161 changed files with 5166 additions and 8009 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
import { useCallback, useMemo } from "react";
|
||||
import useSWR from "swr";
|
||||
import type { UIArtifact } from "@/components/artifact";
|
||||
import type { UIArtifact } from "@/components/chat/artifact";
|
||||
|
||||
export const initialArtifactData: UIArtifact = {
|
||||
documentId: "init",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue