Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/ai
/ onStart
Function
onStart
packages/ai/tests/middleware-context.test.ts:21–23 ·
view source on GitHub ↗
(ctx)
Source
from the content-addressed store, hash-verified
19
20
const
middleware: ChatMiddleware<AppContext> = {
21
onStart(ctx) {
22
seen.push(ctx.context)
23
},
24
}
25
26
const
{ adapter } = createMockAdapter({
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected