validate_goal_status_note(
note: str,
*,
label: GoalStatusNoteLabel = 'Goal status note'
) -> None| Name | Type | Description |
|---|---|---|
note* | str | Completion evidence or blocker explanation. |
label | GoalStatusNoteLabel | Default: 'Goal status note'Name of the value in the raised message. Override it when the note is not the live status note, because the message reaches the model verbatim and would otherwise name a field the notice does not carry. Restricted to the two note budgets, so it cannot name an unrelated one. |
Reject a goal status note that cannot fit its persistent context budget.