MCPcopy Create free account
hub / github.com/BeingBeyond/BeTTER / TaskDraftPolicyHintsSpec

Class TaskDraftPolicyHintsSpec

src/task/specs/task_draft.py:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46@dataclass(frozen=True)
47class TaskDraftPolicyHintsSpec:
48 success_hints: tuple[str, ...] = ()
49 fail_hints: tuple[str, ...] = ()
50
51
52@dataclass(frozen=True)

Callers 1

task_draft_from_dictFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected