For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/types/test.RenderRouteContextInit.md.
  • 简体中文
  • Type Alias: RenderRouteContextInit

    RenderRouteContextInit = object

    The context member of every harness call. Unlike a direct runAgentRequest, where providers becomes mandatory once the augmentation declares keys because nothing else would supply them, a harness call mounts the project's conventional providers itself, so context is always optional: omitting it observes what the artifact mounts, and passing context.providers substitutes a complete fixture map.

    Properties

    context?

    readonly optional context?: RenderRouteContext