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

Function reload

packages/ai-angular/src/inject-chat.ts:212–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210 await client.append(message)
211 }
212 const reload = async () => {
213 await client.reload()
214 }
215 const stop = () => client.stop()
216 const clear = () => client.clear()
217 const setMessages = (m: Array<UIMessage<TTools>>) =>

Callers

nothing calls this directly

Calls 1

reloadMethod · 0.80

Tested by

no test coverage detected