File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,7 @@ import { useSidebar } from "./ui/sidebar";
2828import { VersionFooter } from "./version-footer" ;
2929import type { VisibilityType } from "./visibility-selector" ;
3030
31- export const artifactDefinitions = [
32- textArtifact ,
33- codeArtifact ,
34- sheetArtifact ,
35- ] ;
31+ export const artifactDefinitions = [ textArtifact , codeArtifact , sheetArtifact ] ;
3632export type ArtifactKind = ( typeof artifactDefinitions ) [ number ] [ "kind" ] ;
3733
3834export type UIArtifact = {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ About the origin of user's request:
2020` ;
2121
2222export const systemPrompt = ( {
23- selectedChatModel,
23+ selectedChatModel : _selectedChatModel ,
2424 requestHints,
2525} : {
2626 selectedChatModel : string ;
You can’t perform that action at this time.
0 commit comments