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

Method gui_args

script.py:134–139  ·  view source on GitHub ↗

获取给gui显示的参数 :return:

(self, task: str)

Source from the content-addressed store, hash-verified

132 self.server.run()
133
134 def gui_args(self, task: str) -> str:
135 """
136 获取给gui显示的参数
137 :return:
138 """
139 return self.config.gui_args(task=task)
140
141 def gui_menu(self) -> str:
142 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected