mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-30 04:40:18 +08:00
feat(hermes): add prompt caching settings
This commit is contained in:
@@ -513,6 +513,8 @@ export const api = {
|
||||
hermesSessionRuntimeConfigSave: (form) => invoke('hermes_session_runtime_config_save', { form }),
|
||||
hermesCompressionConfigRead: () => invoke('hermes_compression_config_read'),
|
||||
hermesCompressionConfigSave: (form) => invoke('hermes_compression_config_save', { form }),
|
||||
hermesPromptCachingConfigRead: () => invoke('hermes_prompt_caching_config_read'),
|
||||
hermesPromptCachingConfigSave: (form) => invoke('hermes_prompt_caching_config_save', { form }),
|
||||
hermesToolLoopGuardrailsConfigRead: () => invoke('hermes_tool_loop_guardrails_config_read'),
|
||||
hermesToolLoopGuardrailsConfigSave: (form) => invoke('hermes_tool_loop_guardrails_config_save', { form }),
|
||||
hermesMemoryConfigRead: () => invoke('hermes_memory_config_read'),
|
||||
|
||||
Reference in New Issue
Block a user