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

Method __init__

eval/utils/utils_qwen/agent_function_call.py:222–225  ·  view source on GitHub ↗
(self, cfg=None)

Source from the content-addressed store, hash-verified

220 }
221
222 def __init__(self, cfg=None):
223 self.display_width_px = cfg["display_width_px"]
224 self.display_height_px = cfg["display_height_px"]
225 super().__init__(cfg)
226
227 def call(self, params: Union[str, dict], **kwargs):
228 params = self._verify_json_format_args(params)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected