Docs
Code Rabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
Sentry
Prisma
Strapi
Unkey
UI.dev
Code Rabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
Sentry
Prisma
Strapi
Unkey
UI.dev
Class References
Function References
Interface References
Type Alias References
Variable References
Type Alias References

InferToolName

Type Alias: InferToolName<T>

ts
type InferToolName<T> = T extends object ? N : never;
type InferToolName<T> = T extends object ? N : never;

Defined in: activities/chat/tools/tool-definition.ts:61

Extract the tool name as a literal type

Type Parameters

T

T