MCPcopy Create free account
hub / github.com/Emmimal/control-layer / timeout_llm

Method timeout_llm

tests/test_control_layer.py:546–548  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

544 )
545
546 def timeout_llm(p):
547 time.sleep(10)
548 return ""
549
550 layer = ControlLayer(
551 llm_fn=timeout_llm,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected