({ target }: SpecialDescriptionContext)
| 436 | } |
| 437 | |
| 438 | function perplexityDescription({ target }: SpecialDescriptionContext) { |
| 439 | if (has(target, /\breasoning\b/)) { |
| 440 | return "Web-grounded reasoning model for multi-step research and cited answers"; |
| 441 | } |
| 442 | if (has(target, /\bpro\b/)) { |
| 443 | return "Advanced Sonar search model for deeper research and cited synthesis"; |
| 444 | } |
| 445 | return "Sonar search model for current answers, retrieval, and citation-backed chat"; |
| 446 | } |
| 447 | |
| 448 | function sarvamDescription({ target }: SpecialDescriptionContext) { |
| 449 | if (has(target, /\b105b\b/)) { |
no test coverage detected