MCPcopy
hub / github.com/MeiGen-AI/InfiniteTalk / PromptOutput

Class PromptOutput

wan/utils/prompt_extend.py:153–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152@dataclass
153class PromptOutput(object):
154 status: bool
155 prompt: str
156 seed: int
157 system_prompt: str
158 message: str
159
160 def add_custom_field(self, key: str, value) -> None:
161 self.__setattr__(key, value)
162
163
164class PromptExpander:

Callers 4

extendMethod · 0.85
extend_with_imgMethod · 0.85
extendMethod · 0.85
extend_with_imgMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected