MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / _invalid_msg

Function _invalid_msg

src/command_system/effort_command.py:96–97  ·  view source on GitHub ↗
(raw: str)

Source from the content-addressed store, hash-verified

94
95
96def _invalid_msg(raw: str) -> str:
97 return f"Invalid argument: {raw}. Valid options are: {_valid_options_str()}"
98
99# TS effort.tsx:179 help text, minus the xhigh line (no OpenAI-effort path in Python).
100_USAGE = (

Callers 1

runMethod · 0.85

Calls 1

_valid_options_strFunction · 0.85

Tested by

no test coverage detected