MCPcopy Index your code
hub / github.com/OpenBMB/ChatDev / BatchTask

Class BatchTask

server/services/batch_parser.py:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14@dataclass(frozen=True)
15class BatchTask:
16 row_index: int
17 task_id: Optional[str]
18 task_prompt: str
19 attachment_paths: List[str]
20 vars_override: Dict[str, Any]
21
22
23def parse_batch_file(content: bytes, filename: str) -> Tuple[List[BatchTask], str]:

Callers 1

_parse_dataframeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected