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

Method gui_task

script.py:148–153  ·  view source on GitHub ↗

获取给gui显示的任务 的参数的具体值 :return:

(self, task: str)

Source from the content-addressed store, hash-verified

146 return self.config.gui_menu
147
148 def gui_task(self, task: str) -> str:
149 """
150 获取给gui显示的任务 的参数的具体值
151 :return:
152 """
153 return self.config.model.gui_task(task=task)
154
155 def gui_set_task(self, task: str, group: str, argument: str, value) -> bool:
156 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected