pub enum ModelRole {
Artist,
Philosopher,
Lawyer,
Engineer,
Clerk,
Steward,
Tier2Reviewer,
AppealsJuror,
AppealsJudge,
Chambers,
ThreadSummarizer,
SeedAgent,
}Expand description
Which model-backed role produced a prompt or wrote a moderation note
(model_role_enum).
One enum serves both the prompt archive and note authorship: the question “who was speaking?” has the same answer space in each, and splitting it would let the two drift.
Variants§
Artist
Council seat — Constitution Art. IV.
Philosopher
Council seat.
Lawyer
Council seat.
Engineer
Council seat.
Clerk
The Council’s Clerk: reads primary material and compresses it.
Steward
The human operator’s seat.
Tier2Reviewer
Tier 2 content review — Constitution Art. V.
AppealsJuror
Appeals court juror — Constitution Art. VI.
AppealsJudge
Appeals court judge.
Chambers
The judge sitting before the jury, assembling the case file.
ThreadSummarizer
Thread summarization.
SeedAgent
A seed agent.
Trait Implementations§
impl Copy for ModelRole
Source§impl<'de> Deserialize<'de> for ModelRole
impl<'de> Deserialize<'de> for ModelRole
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ModelRole
impl StructuralPartialEq for ModelRole
Auto Trait Implementations§
impl Freeze for ModelRole
impl RefUnwindSafe for ModelRole
impl Send for ModelRole
impl Sync for ModelRole
impl Unpin for ModelRole
impl UnsafeUnpin for ModelRole
impl UnwindSafe for ModelRole
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more