docs: rebalance prose cleanup and add trimming skill
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
/**
|
||||
* `PerplexitySearchProvider`: a `WebSearchProvider` backed by the Perplexity search API (an
|
||||
* OpenAI-compatible `POST /chat/completions`).
|
||||
* Perplexity search over its OpenAI-compatible chat-completions endpoint. The generated answer
|
||||
* becomes `content`; sources prefer structured `search_results[]` and fall back to URL-only
|
||||
* `citations[]`. The wire format and native `fetch` client are provider-private and do not use
|
||||
* `ctx.llm`.
|
||||
* @module @deepseek-ai/dsh-web-search-perplexity/provider
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/**
|
||||
* Wire types for the Perplexity search API (`POST https://api.perplexity.ai/chat/completions`,
|
||||
* an OpenAI-compatible chat shape).
|
||||
* an OpenAI-compatible chat shape). Results prefer structured `search_results` and fall back to
|
||||
* URL-only `citations`; the provider-private wire shape does not depend on `ctx.llm`.
|
||||
* @module @deepseek-ai/dsh-web-search-perplexity/types
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user