MCPcopy Create free account
hub / github.com/ModelTC/LightX2V / StopTaskResponse

Class StopTaskResponse

lightx2v/server/schema.py:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 images: list[str] = Field(
113 default_factory=list,
114 description="Input images as base64/data URLs, HTTP(S) URLs, or server-local paths",
115 )
116 seed: Optional[int] = Field(None, description="Non-negative seed; omitted or null defaults to 42")
117 visualize: bool = Field(True, description="Generate an official-style visualization when supported")
118 postprocess_3d: bool = Field(False, description="Generate a GLB scene for recon3d")
119

Callers 2

stop_taskFunction · 0.85
stop_all_running_tasksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected