Files
clawdbot/src/agents/pi-tools.types.ts
2026-01-14 05:39:59 +00:00

5 lines
235 B
TypeScript

import type { AgentTool } from "@mariozechner/pi-agent-core";
// biome-ignore lint/suspicious/noExplicitAny: TypeBox schema type from pi-agent-core uses a different module instance.
export type AnyAgentTool = AgentTool<any, unknown>;