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: packages/ai/src/activities/chat/tools/tool-definition.ts:80

Extract the tool name as a literal type

Type Parameters

T

T