mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-20 23:21:06 +02:00
feat(contracts): add stage to llmSetupStatus schema
This commit is contained in:
parent
5ef944c574
commit
4b4efc243a
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ export const llmSetupStatus = z.object({
|
|||
status: z.enum(["ready", "needs_setup"]),
|
||||
source: z.enum(["global_config", "models", "none"]),
|
||||
can_configure: z.boolean(),
|
||||
stage: z.enum(["initial_setup", "recovery", "ready"]),
|
||||
});
|
||||
|
||||
export const modelProviderRead = z.object({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue