Skip to content

Commit 9a1f3a4

Browse files
committed
chore: remove redundant web search implementation
1 parent 8ca5e8b commit 9a1f3a4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

agent/src/index.ts

-4
Original file line numberDiff line numberDiff line change
@@ -524,10 +524,6 @@ export async function createAgent(
524524
// character.plugins are handled when clients are added
525525
plugins: [
526526
bootstrapPlugin,
527-
parseBooleanFromText(getSecret(character, "ENABLE_WEBSEARCH")) ===
528-
true
529-
? webSearchPlugin
530-
: null,
531527
getSecret(character, "CONFLUX_CORE_PRIVATE_KEY")
532528
? confluxPlugin
533529
: null,

0 commit comments

Comments
 (0)