Refactor error handling to config-driven approach with centralized error rules
Made-with: Cursor
This commit is contained in:
parent
b1288c5064
commit
b669b6ffc1
20 changed files with 1056 additions and 991 deletions
|
|
@ -10,6 +10,7 @@ import { MEDIA_PROVIDER_KINDS } from "@/shared/constants/providers";
|
|||
import Button from "./Button";
|
||||
import { ConfirmModal } from "./Modal";
|
||||
|
||||
// const VISIBLE_MEDIA_KINDS = ["embedding", "image", "imageToText", "tts", "stt", "webSearch", "webFetch", "video", "music"];
|
||||
const VISIBLE_MEDIA_KINDS = ["embedding", "tts"];
|
||||
|
||||
const navItems = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue