MCPcopy Index your code
hub / github.com/TanStack/ai / clientTools

Function clientTools

packages/ai-client/src/types.ts:561–565  ·  view source on GitHub ↗
(
  ...tools: T
)

Source from the content-addressed store, hash-verified

559 * ```
560 */
561export function clientTools<const T extends Array<AnyClientTool>>(
562 ...tools: T
563): T {
564 return tools
565}
566
567/**
568 * Helper to create typed chat client options

Callers 15

tool-types.test.tsFile · 0.90
AppComponentClass · 0.90
Issue176ToolResultReproFunction · 0.90
threads.tsxFile · 0.90
index.tsxFile · 0.90
simulator.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected