refactor: drop dead model/limit plumbing and unused render helper
resolveSearchDefaults no longer accepts a per-call model override and SearchParams no longer carries limit; neither was reachable from the tool schema (limit is applied client-side in formatForLLM). Also fold asPositiveNumber into asPositiveInteger and simplify recency matching.
This commit is contained in:
@@ -51,7 +51,6 @@ describe("Perplexity model selection e2e", () => {
|
||||
query: "Say exactly OK",
|
||||
model,
|
||||
incognito: true,
|
||||
limit: 1,
|
||||
},
|
||||
token,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user