We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcdd374 commit 40d3dd9Copy full SHA for 40d3dd9
2 files changed
components/artifact.tsx
@@ -28,11 +28,7 @@ import { useSidebar } from "./ui/sidebar";
28
import { VersionFooter } from "./version-footer";
29
import type { VisibilityType } from "./visibility-selector";
30
31
-export const artifactDefinitions = [
32
- textArtifact,
33
- codeArtifact,
34
- sheetArtifact,
35
-];
+export const artifactDefinitions = [textArtifact, codeArtifact, sheetArtifact];
36
export type ArtifactKind = (typeof artifactDefinitions)[number]["kind"];
37
38
export type UIArtifact = {
lib/ai/prompts.ts
@@ -20,7 +20,7 @@ About the origin of user's request:
20
`;
21
22
export const systemPrompt = ({
23
- selectedChatModel,
+ selectedChatModel: _selectedChatModel,
24
requestHints,
25
}: {
26
selectedChatModel: string;
0 commit comments