Skip to main content

Module router

Module router 

Source
Expand description

RLM Router - Decides when to route content through RLM processing

Routes large tool outputs through RLM when they would exceed the model’s context window threshold.

When the functiongemma feature is active the router passes RLM tool definitions alongside the analysis prompt so FunctionGemma can convert text-only LLM responses into structured tool calls.

Structs§

AutoProcessContext
Context for auto-processing
ProcessProgress
Progress update during processing
RlmRouter
RLM Router for large content processing
RoutingContext
Context for routing decisions
RoutingResult
Result of routing decision