Refactor tool execution pipeline
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
name: get_memory
|
||||
desc: 按ID查看指定的单条记忆详情。用于需要确认某条具体记忆内容的场景
|
||||
type: stdio
|
||||
tool: memories
|
||||
command: get
|
||||
path: /target/release/memories
|
||||
risk_level: low
|
||||
timeout_secs: 3
|
||||
env:
|
||||
- IAS_MEMORY_DIR
|
||||
params:
|
||||
- name: memory_id
|
||||
required: true
|
||||
desc: 记忆的数字ID,从 read_memories 返回结果中获取
|
||||
Reference in New Issue
Block a user