AppCapabilities
This content is not available in your language yet.
type AppCapabilities = { platform: { imageGen: boolean; speechToText: boolean; textToSpeech: boolean; videoGen: boolean; webSearch: boolean; }; tools: { agent: boolean; askUser: boolean; customTools: boolean; edit: boolean; glob: boolean; grep: boolean; http: boolean; list: boolean; mcp: boolean; process: boolean; read: boolean; shell: boolean; skills: boolean; todoWrite: boolean; webFetch: boolean; webSearch: boolean; write: boolean; };};App 能力位(tools 环2 工具位 + platform 环3 平台位;装配期「App 有没有」的事实源)
platform
Section titled “platform”platform: { imageGen: boolean; speechToText: boolean; textToSpeech: boolean; videoGen: boolean; webSearch: boolean;};imageGen
Section titled “imageGen”imageGen: boolean;speechToText
Section titled “speechToText”speechToText: boolean;textToSpeech
Section titled “textToSpeech”textToSpeech: boolean;videoGen
Section titled “videoGen”videoGen: boolean;webSearch
Section titled “webSearch”webSearch: boolean;tools: { agent: boolean; askUser: boolean; customTools: boolean; edit: boolean; glob: boolean; grep: boolean; http: boolean; list: boolean; mcp: boolean; process: boolean; read: boolean; shell: boolean; skills: boolean; todoWrite: boolean; webFetch: boolean; webSearch: boolean; write: boolean;};agent: boolean;askUser
Section titled “askUser”askUser: boolean;customTools
Section titled “customTools”customTools: boolean;edit: boolean;glob: boolean;grep: boolean;http: boolean;list: boolean;mcp: boolean;process
Section titled “process”process: boolean;read: boolean;shell: boolean;skills
Section titled “skills”skills: boolean;todoWrite
Section titled “todoWrite”todoWrite: boolean;webFetch
Section titled “webFetch”webFetch: boolean;webSearch
Section titled “webSearch”webSearch: boolean;write: boolean;Was this page helpful?
Thanks for your feedback.