diff --git a/docs/source/guides/llm_router.rst b/docs/source/guides/llm_router.rst index e3ecb6e0..5539dddc 100644 --- a/docs/source/guides/llm_router.rst +++ b/docs/source/guides/llm_router.rst @@ -136,7 +136,7 @@ Clients use semantic names: Preference-aligned routing (Plano-Orchestrator) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Preference-aligned routing uses the Plano-Orchestrator model to pick the best LLM based on domain, action, and your configured preferences instead of hard-coding a model. +Preference-aligned routing uses the `Plano-Orchestrator `_ model to pick the best LLM based on domain, action, and your configured preferences instead of hard-coding a model. - **Domain**: High-level topic of the request (e.g., legal, healthcare, programming). - **Action**: What the user wants to do (e.g., summarize, generate code, translate).