MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / TaskRequest

Class TaskRequest

runner/task_runner.py:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23@dataclass(slots=True)
24class TaskRequest:
25 benchmark: BenchmarkItem
26 model: ModelSpec
27 ip_addr: str
28 prompts: PromptBundle
29 workflow: WorkflowDefinition
30 prompt_bundle_name: str = "default"
31 config: AppConfig = field(default_factory=AppConfig)
32
33
34@dataclass(slots=True)

Callers 1

build_task_requestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected