mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-02 07:03:45 +00:00
tool rework
This commit is contained in:
@@ -14,7 +14,7 @@ export namespace Config {
|
||||
|
||||
export const Info = z
|
||||
.object({
|
||||
provider: Provider.Info.array().optional(),
|
||||
provider: z.lazy(() => Provider.Info.array().optional()),
|
||||
tool: z
|
||||
.object({
|
||||
provider: z.record(z.string(), z.string().array()).optional(),
|
||||
|
||||
Reference in New Issue
Block a user