T takes, read from the TapToolMap augmentation.
Type Parameters
T
T extends ToolIdDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The input type tool T takes, read from the TapToolMap augmentation.
type ToolInput<T> = T extends keyof TapToolMap ? TapToolMap[T] extends {
input: infer I;
} ? I : unknown : unknown;
T takes, read from the TapToolMap augmentation.
T extends ToolIdWas this page helpful?