fix: drop conversation_search from default toolset (#946)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -43,7 +43,7 @@ export const DEFAULT_AGENT_CONFIGS: Record<string, CreateAgentOptions> = {
|
||||
name: "Incognito",
|
||||
description: INCOGNITO_DESCRIPTION,
|
||||
initBlocks: [], // No personal memory blocks
|
||||
baseTools: ["web_search", "conversation_search", "fetch_webpage"], // No memory tool
|
||||
baseTools: ["web_search", "fetch_webpage"], // No memory tool
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user