record 711 B

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