mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-27 15:01:15 +03: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>;
|