MCPcopy Create free account
hub / github.com/OpenBMB/AgentCPM-GUI / _key

Method _key

eval/utils/utils_qwen/agent_function_call.py:119–120  ·  view source on GitHub ↗
(self, text: str)

Source from the content-addressed store, hash-verified

117 raise ValueError(f"Unknown action: {action}")
118
119 def _key(self, text: str):
120 raise NotImplementedError()
121
122 def _click(self, coordinate: Tuple[int, int]):
123 raise NotImplementedError()

Callers 1

callMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected