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

Method __init__

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

Source from the content-addressed store, hash-verified

82 }
83
84 def __init__(self, cfg=None):
85 self.display_width_px = cfg["display_width_px"]
86 self.display_height_px = cfg["display_height_px"]
87 super().__init__(cfg)
88
89 def call(self, params: Union[str, dict], **kwargs):
90 params = self._verify_json_format_args(params)

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected