Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
append
Method · 0.65
client
Function · 0.50
Tested by
no test coverage detected