MCPcopy
hub / github.com/TanStack/ai / renderUseChat

Function renderUseChat

packages/ai-react/tests/test-utils.ts:24–28  ·  view source on GitHub ↗
(
  options?: UseChatOptions,
)

Source from the content-addressed store, hash-verified

22 * ```
23 */
24export function renderUseChat(
25 options?: UseChatOptions,
26): RenderHookResult<UseChatReturn, UseChatOptions> {
27 return renderHook(() => useChat(options!))
28}

Callers 1

use-chat.test.tsFile · 0.90

Calls 2

useChatFunction · 0.90
renderHookFunction · 0.85

Tested by

no test coverage detected