Documentation
¶
Overview ¶
minimax-probe - MiniMax 工具数量上限 + JSON Schema 支持深度探测.
探测目标:
- 工具数量上限(Tool Count Limit) 从 1 个工具开始,每轮翻倍(1→2→4→8→16→32→64→128), 找到第一个报错的数量后,在上下界之间二分搜索精确阈值.
- JSON Schema 复杂度(Schema Complexity) 测试 Anthropic API 实际使用的各种 schema 特性: a. 基础类型(string / number / boolean / array) b. 嵌套对象(object with nested object) c. oneOf / anyOf / enum d. $ref / $defs(JSON Schema Draft-7 引用) e. additionalProperties: false f. 超长 description(>500 字符) g. 深层嵌套(5 层 object) h. 大型 schema(模拟 Bash/Edit 工具的真实规格)
- Native 端点 vs Anthropic 兼容端点 差异对比
使用:
source .env && go run ./cmd/minimax-probe/ [--model MiniMax-M2.7] [--mode native|anthropic]
Click to show internal directories.
Click to hide internal directories.