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

Function reload

packages/ai-solid/src/use-chat.ts:200–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198 }
199
200 const reload = async () => {
201 await client().reload()
202 }
203
204 const stop = () => {
205 client().stop()

Callers

nothing calls this directly

Calls 2

reloadMethod · 0.80
clientFunction · 0.50

Tested by

no test coverage detected