MCPcopy Create free account
hub / github.com/runhey/OnmyojiAutoScript / gui_menu

Method gui_menu

script.py:141–146  ·  view source on GitHub ↗

获取给gui显示的菜单 :return:

(self)

Source from the content-addressed store, hash-verified

139 return self.config.gui_args(task=task)
140
141 def gui_menu(self) -> str:
142 """
143 获取给gui显示的菜单
144 :return:
145 """
146 return self.config.gui_menu
147
148 def gui_task(self, task: str) -> str:
149 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected