MCPcopy Create free account
hub / github.com/TanStack/ai / createChatClientOptions

Function createChatClientOptions

packages/ai-client/src/types.ts:583–590  ·  view source on GitHub ↗
(
  options: ChatClientOptions<TTools, TContext>,
)

Source from the content-addressed store, hash-verified

581 * ```
582 */
583export function createChatClientOptions<
584 const TTools extends ReadonlyArray<AnyClientTool>,
585 TContext = InferredClientContext<TTools>,
586>(
587 options: ChatClientOptions<TTools, TContext>,
588): ChatClientOptions<TTools, TContext> {
589 return options
590}
591
592/**
593 * Extract the message type from chat options

Callers 3

tool-types.test.tsFile · 0.90
index.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected