mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-15 20:10:42 +00:00
5 lines
170 B
TypeScript
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>;
|