Interface: RenderRouteOptionsBase
Properties
args?
readonlyoptionalargs?: readonlystring[]
CLI route arguments; cli routes only.
input?
readonlyoptionalinput?:unknown
The route's input: tool input, event payload, or script input.
kind?
readonlyoptionalkind?:RenderableRouteKind
Overrides the route kind when a module is rendered directly; ignored for manifest routes.
limits?
readonlyoptionallimits?:Partial<AgentRenderLimits>
manifest?
readonlyoptionalmanifest?:AgentBundleTestManifest
Renders against an explicit manifest instead of the one the generated configuration registered.
routeId?
readonlyoptionalrouteId?:string
Names a module rendered directly, so failure diagnostics carry a route identity.
signal?
readonlyoptionalsignal?:AbortSignal