mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-22 23:31:12 +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"]),
|
status: z.enum(["ready", "needs_setup"]),
|
||||||
source: z.enum(["global_config", "models", "none"]),
|
source: z.enum(["global_config", "models", "none"]),
|
||||||
can_configure: z.boolean(),
|
can_configure: z.boolean(),
|
||||||
|
stage: z.enum(["initial_setup", "recovery", "ready"]),
|
||||||
});
|
});
|
||||||
|
|
||||||
export const modelProviderRead = z.object({
|
export const modelProviderRead = z.object({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue