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

Function append

packages/ai-solid/src/use-chat.ts:196–198  ·  view source on GitHub ↗
(message: ModelMessage | UIMessage<TTools>)

Source from the content-addressed store, hash-verified

194 }
195
196 const append = async (message: ModelMessage | UIMessage<TTools>) => {
197 await client().append(message)
198 }
199
200 const reload = async () => {
201 await client().reload()

Callers

nothing calls this directly

Calls 2

appendMethod · 0.65
clientFunction · 0.50

Tested by

no test coverage detected