Skip to content

Commit 0e0135d

Browse files
committed
no export tools
1 parent 20bb997 commit 0e0135d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/agents/sophia/sub-agents/wikis-checker/tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { type BaseTool, McpIqWiki } from "@iqai/adk";
22

3-
export let tools: BaseTool[];
3+
let tools: BaseTool[];
44

55
export const getIqWikiTools = async () => {
66
if (!tools) {

src/agents/telegram-agent/tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { env } from "@/env";
22
import { type BaseTool, McpTelegram, type SamplingHandler } from "@iqai/adk";
33

4-
export let tools: BaseTool[];
4+
let tools: BaseTool[];
55

66
export const getTelegramTools = async (samplingHandler?: SamplingHandler) => {
77
if (!tools) {

0 commit comments

Comments
 (0)