mp_search_summary 之前不传分页参数,mp-api 默认 chunk_size=1000 且 list(docs) 自动翻完所有页,limit 只做客户端切片 —— 每次搜索都整库级下载, 被 MP 判 abusive traffic 封 host IP/ASN。改为 search(num_chunks=1, chunk_size=limit, ...) 服务端单页限量。mp_get_entries 的 limit 同为"只裁剪 保存、不减流量"的假参数,但 get_entries_in_chemsys 天然全量(相图用途)无法 限量,只在 description 点明开销。测试加断言锁定 num_chunks/chunk_size 已传。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| test_disk_quota.py | ||
| test_executor_docker.py | ||
| test_load_skill.py | ||
| test_sandbox_check.py | ||
| test_secret_host_tools.py | ||
| test_static_vendor.py | ||