We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20bb997 commit 0e0135dCopy full SHA for 0e0135d
src/agents/sophia/sub-agents/wikis-checker/tools.ts
@@ -1,6 +1,6 @@
1
import { type BaseTool, McpIqWiki } from "@iqai/adk";
2
3
-export let tools: BaseTool[];
+let tools: BaseTool[];
4
5
export const getIqWikiTools = async () => {
6
if (!tools) {
src/agents/telegram-agent/tools.ts
@@ -1,7 +1,7 @@
import { env } from "@/env";
import { type BaseTool, McpTelegram, type SamplingHandler } from "@iqai/adk";
export const getTelegramTools = async (samplingHandler?: SamplingHandler) => {
7
0 commit comments