Vendored
+2
@@ -110,6 +110,8 @@ function browserResultCap() {
|
||||
|
||||
function resultCap(budget, name) {
|
||||
if (name === 'browser') return browserResultCap();
|
||||
// Vault pages carry recovery cursors and are bounded by the bridge.
|
||||
if (name === 'obsidian') return 16000;
|
||||
return toolResultCap(budget);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user