feat(web): memory related interface parameter transfer adjustment

This commit is contained in:
zhaoying
2026-01-26 11:04:30 +08:00
parent 988a41f5e4
commit 4f4f55d67f
5 changed files with 36 additions and 634 deletions

View File

@@ -23,7 +23,6 @@ export interface Memory {
include_dialogue_context: boolean;
max_context: string;
lambda_mem: string;
lambda_mem: string;
offset: string;
state: boolean;
created_at: string;