mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
Update default.yaml with summarizer ops
This commit is contained in:
parent
4239f8953a
commit
97ab259ebe
1 changed files with 32 additions and 0 deletions
|
|
@ -172,6 +172,38 @@ op:
|
|||
params:
|
||||
enable_llm_rewrite: true
|
||||
|
||||
#summarizer ops
|
||||
trajectory_preprocess_op:
|
||||
backend: trajectory_preprocess_op
|
||||
params:
|
||||
success_threshold: 1.0
|
||||
|
||||
success_extraction_op:
|
||||
backend: success_extraction_op
|
||||
llm: default
|
||||
|
||||
failure_extraction_op:
|
||||
backend: failure_extraction_op
|
||||
llm: default
|
||||
|
||||
comparative_extraction_op:
|
||||
backend: comparative_extraction_op
|
||||
llm: default
|
||||
params:
|
||||
enable_soft_comparison: true
|
||||
|
||||
memory_validation_op:
|
||||
backend: memory_validation_op
|
||||
llm: default
|
||||
params:
|
||||
validation_threshold: 0.5
|
||||
|
||||
memory_deduplication_op:
|
||||
backend: memory_deduplication_op
|
||||
vector_store: default
|
||||
params:
|
||||
similarity_threshold: 0.5
|
||||
|
||||
# tool memory ops
|
||||
parse_tool_call_result_op:
|
||||
backend: parse_tool_call_result_op
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue