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

Function append

packages/ai-angular/src/inject-chat.ts:209–211  ·  view source on GitHub ↗
(message: ModelMessage | UIMessage<TTools>)

Source from the content-addressed store, hash-verified

207 await client.sendMessage(content)
208 }
209 const append = async (message: ModelMessage | UIMessage<TTools>) => {
210 await client.append(message)
211 }
212 const reload = async () => {
213 await client.reload()
214 }

Callers

nothing calls this directly

Calls 1

appendMethod · 0.65

Tested by

no test coverage detected