| 12345678910111213 |
- 修改 examples/create/tool/search_library.py,创建4个工具 , 分别是
- 1. search_relation_class_by_class (数据来源 data/library/item_graph/item_graph_full_max.json)
- 2. search_relation_point_by_point (数据来源 data/library/item_graph/item_graph_full_max.json)
- 3. search_class_by_point (数据来源 data/library/item_graph/item_graph_full_max.json)
- 4. search_point_by_class (数据来源 data/library/item_graph/item_graph_full_max.json)
- 修改search_class_by_point 输入 应该是 point_value,point_type, demision, account 返回的 只有 唯一的class_path、
- 修改 修改search_class_by_point.md ,因为
- examples/create/tool/search_library.py的输入参数做了修改
|