combineToolProviders
combineToolProviders<
Sources>(sources):ToolProvider<MergedTools<Sources>,MergedContext<Sources>>
Defined in: packages/core/src/tools/provider.ts:277
Type Parameters
Section titled “Type Parameters”Sources
Section titled “Sources”Sources extends Record<string, ToolSet | ToolProvider<ToolSet, any> | undefined>
Parameters
Section titled “Parameters”sources
Section titled “sources”Sources
Returns
Section titled “Returns”ToolProvider<MergedTools<Sources>, MergedContext<Sources>>