Rename custom instructions -> instructions

This commit is contained in:
sabaimran
2025-01-29 15:06:22 -08:00
parent 0ff33d4347
commit b5f99dd103

View File

@@ -235,11 +235,11 @@ function ChatSidebarInternal({ ...props }: ChatSideBarProps) {
</SidebarGroup> </SidebarGroup>
<SidebarGroup key={"instructions"}> <SidebarGroup key={"instructions"}>
<SidebarGroupContent> <SidebarGroupContent>
<SidebarGroupLabel>Custom Instructions</SidebarGroupLabel> <SidebarGroupLabel>Instructions</SidebarGroupLabel>
<SidebarMenu className="p-0 m-0"> <SidebarMenu className="p-0 m-0">
<SidebarMenuItem className="list-none"> <SidebarMenuItem className="list-none">
<Textarea <Textarea
className="w-full h-32" className="w-full h-32 resize-none hover:resize-y"
value={customPrompt} value={customPrompt}
onChange={(e) => handleCustomPromptChange(e.target.value)} onChange={(e) => handleCustomPromptChange(e.target.value)}
readOnly={!isEditable} readOnly={!isEditable}