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/interfaces/test.RenderRouteOptionsBase.md.
  • 简体中文
  • Interface: RenderRouteOptionsBase

    Properties

    args?

    readonly optional args?: readonly string[]

    CLI route arguments; cli routes only.


    input?

    readonly optional input?: unknown

    The route's input: tool input, event payload, or script input.


    kind?

    readonly optional kind?: RenderableRouteKind

    Overrides the route kind when a module is rendered directly; ignored for manifest routes.


    limits?

    readonly optional limits?: Partial<AgentRenderLimits>


    manifest?

    readonly optional manifest?: AgentBundleTestManifest

    Renders against an explicit manifest instead of the one the generated configuration registered.


    routeId?

    readonly optional routeId?: string

    Names a module rendered directly, so failure diagnostics carry a route identity.


    signal?

    readonly optional signal?: AbortSignal