Skip to content

CAPABILITY_BIT_TOOL_NAMES

This content is not available in your language yet.

const CAPABILITY_BIT_TOOL_NAMES: Readonly<{
platform: Readonly<Partial<Record<CapabilityPlatformKey, string>>>;
tools: Readonly<Partial<Record<CapabilityToolKey, string>>>;
}>;

「一位恰对应一件内置工具」的能力位 → kernel 工具名(与 kernel 各工具 name 字面逐字同; sdk 不 import kernel 工具模块取名,一致性由 sdk 契约锁测钉住)。不在表内的位不是单件工具: customTools(clientTools 独立通路)、agent(Task 派生 + 子代理工具面)、skills / mcp(动态 工具族)、process(Shell 进程控制子面)。