name: search_person_tree_constants
你可以通过人设常量点检索工具 search_person_tree_constants 根据人设名称提取该人设树中的所有常量点。
search_person_tree_constants(persona_name)
参数:
persona_name: 人设名称,如 "家有大志"返回信息: 返回一个扁平的字典列表,每个字典包含:
名称: 常量点的名称类型: 维度类型("灵感点"、"关键点"或"目的点")维度: 维度类型("形式"、"实质"或"意图")返回格式示例:
[
{"名称": "点1", "类型": "灵感点", "维度": "形式"},
{"名称": "点2", "类型": "灵感点","维度": "实质"},
{"名称": "点3", "类型": "目的点","维度": "意图"}
]