Skip to content

Commit 2fede22

Browse files
committed
chore: update tool_cache
1 parent 5a4d9d7 commit 2fede22

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

extract_ths_tool_cache/add_source_url.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def add_source_url_to_records(tool_cache_dir: str):
100100

101101
def main():
102102
# 设置tool_cache目录路径
103-
tool_cache_dir = "/mnt/data_cpfs/taoshuchang.tsc/deepresearch/finance-mcp/tool_cache"
103+
tool_cache_dir = "tool_cache"
104104

105105
print("开始处理tool_cache目录下的JSON文件...")
106106
print(f"目标目录: {tool_cache_dir}\n")

extract_ths_tool_cache/sync_progress.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def sync_progress_with_cache():
229229
print("\n" + "=" * 80)
230230
print("爬取进度统计(总股票数: {})".format(total_stocks))
231231
print("=" * 80)
232-
print(f"{'\u5de5\u5177\u540d\u79f0':<25} {'\u5df2\u5b8c\u6210':>10} {'\u5269\u4f59':>10} {'\u8fdb\u5ea6':>10}")
232+
print(f"{'工具名称':<25} {'已完成':>10} {'剩余':>10} {'进度':>10}")
233233
print("-" * 60)
234234

235235
incomplete_tools = []
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
13.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)