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

Function createMessage

packages/ai/tests/message-updaters.test.ts:22–28  ·  view source on GitHub ↗
(
  id: string,
  role: 'user' | 'assistant' | 'system' = 'assistant',
  parts: UIMessage['parts'] = [],
)

Source from the content-addressed store, hash-verified

20
21// Helper to create a test message
22function createMessage(
23 id: string,
24 role: 'user' | 'assistant' | 'system' = 'assistant',
25 parts: UIMessage['parts'] = [],
26): UIMessage {
27 return { id, role, parts }
28}
29
30describe('message-updaters', () => {
31 describe('updateTextPart', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected