refactor(config): migrate skills, formatter, console-state to Effect Schema (#23162)
This commit is contained in:
@@ -49,7 +49,7 @@ export const ExperimentalRoutes = lazy(() =>
|
||||
description: "Active Console provider metadata",
|
||||
content: {
|
||||
"application/json": {
|
||||
schema: resolver(ConsoleState),
|
||||
schema: resolver(ConsoleState.zod),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user