MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / request_needs_llm

Function request_needs_llm

tests/ace_step/ace_step_python_warm_bench.py:235–238  ·  view source on GitHub ↗
(request: dict[str, Any])

Source from the content-addressed store, hash-verified

233
234
235def request_needs_llm(request: dict[str, Any]) -> bool:
236 if bool(request.get("thinking", True)):
237 return True
238 return any(bool(request.get(name, False)) for name in ("use_cot_metas", "use_cot_caption", "use_cot_language"))
239
240
241def run_request(

Callers 1

mainFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected