Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
Class References
Function References
Interface References
Type Alias References
Variable References

AnyTool

Type Alias: AnyTool

ts
type AnyTool = Omit<Tool<any, any, any, any>, "execute"> & object;
type AnyTool = Omit<Tool<any, any, any, any>, "execute"> & object;

Defined in: packages/ai/src/types.ts:657

Type Declaration

execute()?

ts
optional execute: (args, context?) => any;
optional execute: (args, context?) => any;

Parameters

args

any

context?

any

Returns

any