We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3519384 commit b074ab2Copy full SHA for b074ab2
src/agent.ts
@@ -377,13 +377,13 @@ async function executeSearchQueries(
377
});
378
} catch (error) {
379
logWarning('serpCluster failed:', { error });
380
+ } finally {
381
newKnowledge.push({
382
question: `What do Internet say about "${oldQuery}"?`,
383
answer: removeHTMLtags(minResults.map(r => r.description).join('; ')),
384
type: 'side-info',
385
updated: query.tbs ? formatDateRange(query) : undefined
386
- } finally {
387
context.actionTracker.trackAction({
388
thisStep: {
389
action: 'search',
0 commit comments