MCPcopy Create free account
hub / github.com/NVIDIA-NeMo/Switchyard / _PickWeakProcessor

Class _PickWeakProcessor

tests/test_python_profile_abstractions.py:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106
107class _PickWeakProcessor:
108 async def process(self, ctx: ProxyContext, request: ChatRequest) -> ChatRequest:
109 ctx.selected_target = "weak"
110 return request
111
112
113class _AlwaysOverflowBackend(LLMBackend):

Calls

no outgoing calls