feat(hermes): add openrouter cache config

This commit is contained in:
晴天
2026-05-26 02:36:37 +08:00
parent a52b70ade7
commit fb7ae3f15c
8 changed files with 399 additions and 27 deletions

View File

@@ -515,6 +515,8 @@ export const api = {
hermesCompressionConfigSave: (form) => invoke('hermes_compression_config_save', { form }),
hermesPromptCachingConfigRead: () => invoke('hermes_prompt_caching_config_read'),
hermesPromptCachingConfigSave: (form) => invoke('hermes_prompt_caching_config_save', { form }),
hermesOpenrouterCacheConfigRead: () => invoke('hermes_openrouter_cache_config_read'),
hermesOpenrouterCacheConfigSave: (form) => invoke('hermes_openrouter_cache_config_save', { form }),
hermesAuxiliaryConfigRead: () => invoke('hermes_auxiliary_config_read'),
hermesAuxiliaryConfigSave: (form) => invoke('hermes_auxiliary_config_save', { form }),
hermesToolLoopGuardrailsConfigRead: () => invoke('hermes_tool_loop_guardrails_config_read'),