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§
- Auto
Process Context - Context for auto-processing
- Process
Progress - Progress update during processing
- RlmRouter
- RLM Router for large content processing
- Routing
Context - Context for routing decisions
- Routing
Result - Result of routing decision