({ target, fast }: SpecialDescriptionContext)
| 316 | } |
| 317 | |
| 318 | function xaiDescription({ target, fast }: SpecialDescriptionContext) { |
| 319 | if (has(target, /\bbuild\b/)) { |
| 320 | return "Grok coding model for agentic engineering, edits, and codebase workflows"; |
| 321 | } |
| 322 | if (fast) { |
| 323 | return "Fast Grok model for responsive chat, reasoning, and tool-assisted work"; |
| 324 | } |
| 325 | return "Grok model for agentic tool use, reasoning, coding, and live assistance"; |
| 326 | } |
| 327 | |
| 328 | function miniMaxDescription({ target, fast, frontier, multimodal }: SpecialDescriptionContext) { |
| 329 | if (has(target, /\bhighspeed|lightning\b/)) { |
no test coverage detected