Files
Moltbot/src/agents/pi-tools.types.ts

5 lines
170 B
TypeScript

import type { AgentTool } from "@mariozechner/pi-agent-core";
// oxlint-disable-next-line typescript/no-explicit-any
export type AnyAgentTool = AgentTool<any, unknown>;