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

Function getRuntimeContextOutput

testing/e2e/tests/tools-test/runtime-context.spec.ts:44–47  ·  view source on GitHub ↗
(page: Page, name: string)

Source from the content-addressed store, hash-verified

42}
43
44async function getRuntimeContextOutput(page: Page, name: string) {
45 const output = await getToolOutput(page, name)
46 return output === undefined ? null : RuntimeContextOutputSchema.parse(output)
47}
48
49async function getEvents(page: Page) {
50 const text = await page.locator('#event-log-json').textContent()

Callers 1

Calls 2

getToolOutputFunction · 0.85
parseMethod · 0.80

Tested by

no test coverage detected