objectiveai-api 2.0.5

ObjectiveAI API Server
1
2
3
4
5
6
/// Optional structured payload for an abort. Mirrors `AbortReason` in
/// `abort.py:13-15` (`@dataclass(frozen=True)`).
#[derive(Clone, Debug, PartialEq, Eq)]
pub struct AbortReason {
    pub message: String,
}