Skip to content

Commit cb62cb9

Browse files
feat(api): manual updates
1 parent f1b25e8 commit cb62cb9

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 33
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/parallel-web/parallel-sdk-dcb1605f4878ba899f427518b5f86d2bb79fc37820caa27392695fe8b7f5295c.yml
3-
openapi_spec_hash: 6c7d3db50b53be72d8b35c260f771004
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/parallel-web/parallel-sdk-e72f6dcf18ffc713480444feef670bbbe754221e0a68336823642b474c20ec93.yml
3+
openapi_spec_hash: ae8c3c62a78f2413f52c240c2a5d68a8
44
config_hash: d4f69197dba970d05757624fe3f7b373

src/resources/top-level.ts

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -342,14 +342,13 @@ export interface SearchParams {
342342
max_chars_total?: number | null;
343343

344344
/**
345-
* Search mode preset: supported values are `turbo`, `fast`, `basic`, and
346-
* `advanced`. Turbo mode is optimized for the fastest responses. Fast mode trades
347-
* some quality for low latency, and works best with concise, high-quality
348-
* objective and search_queries. Basic mode offers low latency and works best with
349-
* 2-3 high-quality search_queries. Advanced mode provides higher quality with more
350-
* advanced retrieval and compression. Defaults to `advanced` when omitted.
351-
*/
352-
mode?: 'turbo' | 'basic' | 'advanced' | 'fast' | null;
345+
* Search mode preset: supported values are `turbo`, `basic`, and `advanced`. Turbo
346+
* mode is optimized for the fastest responses. Basic mode offers low latency and
347+
* works best with 2-3 high-quality search_queries. Advanced mode provides higher
348+
* quality with more advanced retrieval and compression. Defaults to `advanced`
349+
* when omitted.
350+
*/
351+
mode?: 'turbo' | 'basic' | 'advanced' | null;
353352

354353
/**
355354
* Natural-language description of the underlying question or goal driving the

0 commit comments

Comments
 (0)