UNPKG

@gensx/react

Version:

React hooks and components for GenSX AI workflows.

5 lines 356 B
import { InferToolParams, InferToolResult, ToolBox, ToolImplementations } from "@gensx/core"; export declare function createToolImplementations<T extends ToolBox>(implementations: { [K in keyof T]: (params: InferToolParams<T, K>) => InferToolResult<T, K> | Promise<InferToolResult<T, K>>; }): ToolImplementations<T>; //# sourceMappingURL=tools.d.ts.map