Update page.tsx

This commit is contained in:
Edwin Jose 2025-10-02 18:19:20 -04:00
parent 11464f031e
commit 0f22e079e3

View file

@ -12,7 +12,7 @@ import {
} from "@/app/api/queries/useGetModelsQuery"; } from "@/app/api/queries/useGetModelsQuery";
import { useGetSettingsQuery } from "@/app/api/queries/useGetSettingsQuery"; import { useGetSettingsQuery } from "@/app/api/queries/useGetSettingsQuery";
import { ConfirmationDialog } from "@/components/confirmation-dialog"; import { ConfirmationDialog } from "@/components/confirmation-dialog";
import { LabelWrapper, LabelWrapper } from "@/components/label-wrapper"; import { LabelWrapper } from "@/components/label-wrapper";
import { ProtectedRoute } from "@/components/protected-route"; import { ProtectedRoute } from "@/components/protected-route";
import { Button } from "@/components/ui/button"; import { Button } from "@/components/ui/button";
import { import {
@ -30,16 +30,13 @@ import {
SelectTrigger, SelectTrigger,
SelectValue, SelectValue,
} from "@/components/ui/select"; } from "@/components/ui/select";
import { Switch, Switch } from "@/components/ui/switch"; import { Switch } from "@/components/ui/switch";
import { Textarea } from "@/components/ui/textarea"; import { Textarea } from "@/components/ui/textarea";
import { useAuth } from "@/contexts/auth-context"; import { useAuth } from "@/contexts/auth-context";
import { useTask } from "@/contexts/task-context"; import { useTask } from "@/contexts/task-context";
import { import {
DEFAULT_AGENT_SETTINGS,
DEFAULT_AGENT_SETTINGS, DEFAULT_AGENT_SETTINGS,
DEFAULT_KNOWLEDGE_SETTINGS, DEFAULT_KNOWLEDGE_SETTINGS,
DEFAULT_KNOWLEDGE_SETTINGS,
UI_CONSTANTS,
UI_CONSTANTS, UI_CONSTANTS,
} from "@/lib/constants"; } from "@/lib/constants";
import { useDebounce } from "@/lib/debounce"; import { useDebounce } from "@/lib/debounce";