mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 10:45:33 -04:00
3 lines
168 B
TypeScript
3 lines
168 B
TypeScript
export { Failure, RegistrationError, make } from "@opencode-ai/core/tool/tool"
|
|
export type { AnyTool, Content, Context, Definition } from "@opencode-ai/core/tool/tool"
|