finish moving chat -> chat-playground / ui and updating the prompts

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
Francisco Javier Arceo 2025-07-30 21:09:48 -04:00
parent 19d2555424
commit 94414910f1
14 changed files with 20 additions and 20 deletions

View file

@ -2,8 +2,8 @@
import type { VectorStore } from "llama-stack-client/resources/vector-stores/vector-stores";
import type { VectorStoreFile } from "llama-stack-client/resources/vector-stores/files";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/chat/card";
import { Skeleton } from "@/components/chat/skeleton";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import { Skeleton } from "@/components/ui/skeleton";
import {
DetailLoadingView,
DetailErrorView,
@ -20,7 +20,7 @@ import {
TableHead,
TableHeader,
TableRow,
} from "@/components/chat/table";
} from "@/components/ui/table";
interface VectorStoreDetailViewProps {
store: VectorStore | null;