MCPcopy Create free account
hub / github.com/Tencent/digitalhuman / Task

Class Task

SWF/src/base.py:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17@dataclass
18class Task:
19 type: str # the type of the task
20 raw: str # the raw generated content of the task
21 content: str # the extracted content of the raw content
22 ground_turth: str # the ground truth of the task
23 task_id: str = field(default="DEFAULT_ID") # default value for task_id
24 difficulty: int = field(default=2) # default value for task_id
25
26@dataclass
27class Response:

Callers 2

_runFunction · 0.90
baseline.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected