Skip to content

Commit 68e944d

Browse files
committed
Update docs and agent
1 parent 6435448 commit 68e944d

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

front_end/panels/ai_chat/core/BaseOrchestratorAgent.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ export const AGENT_CONFIGS: {[key: string]: AgentConfig} = {
203203
description: 'Find products and compare options',
204204
systemPrompt: SYSTEM_PROMPTS[BaseOrchestratorAgentType.SHOPPING],
205205
availableTools: [
206+
ToolRegistry.getToolInstance('action_agent') || (() => { throw new Error('action_agent tool not found'); })(),
206207
new NavigateURLTool(),
207208
new NavigateBackTool(),
208209
new SchemaBasedExtractorTool(),
@@ -274,10 +275,7 @@ export function getAgentTools(agentType: string): Tool<any, any>[] {
274275
new NavigateBackTool(),
275276
new SchemaBasedExtractorTool(),
276277
new NodeIDsToURLsTool(),
277-
new GetVisitsByDomainTool(),
278-
new GetVisitsByKeywordTool(),
279278
new SearchVisitHistoryTool(),
280-
281279
];
282280
}
283281

front_end/panels/ai_chat/docs/2.png

-20.3 KB
Loading

front_end/panels/ai_chat/docs/3.png

-57.1 KB
Loading

0 commit comments

Comments
 (0)