mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-09 00:20:09 +00:00
add switch mode tool
This commit is contained in:
@@ -219,6 +219,9 @@ export const InfioSettingsSchema = z.object({
|
||||
embeddingModelProvider: z.nativeEnum(ApiProvider).catch(ApiProvider.Google),
|
||||
embeddingModelId: z.string().catch(''),
|
||||
|
||||
// Mode
|
||||
mode: z.string().catch('ask'),
|
||||
|
||||
/// [compatible]
|
||||
// activeModels [compatible]
|
||||
activeModels: z.array(
|
||||
|
||||
Reference in New Issue
Block a user