pub enum PrComments {
Outcome,
Rounds,
None,
}Expand description
How much of its own working spar narrates into a pull request thread.
The agents never read the PR: they receive findings through their prompts, so nothing in the loop depends on any of this being posted. It exists purely for the person who reads the thread later, which is why the default is the outcome rather than the play by play.
Variants§
Outcome
One comment when the run finishes, and only if it has something to say.
Rounds
A comment per review and per response, as it happens. An audit trail, at the cost of a thread nobody wants to read.
None
Never comment on a pull request. Everything goes to the terminal.
Trait Implementations§
Source§impl Clone for PrComments
impl Clone for PrComments
Source§fn clone(&self) -> PrComments
fn clone(&self) -> PrComments
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PrComments
Source§impl Debug for PrComments
impl Debug for PrComments
Source§impl<'de> Deserialize<'de> for PrComments
impl<'de> Deserialize<'de> for PrComments
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
Source§impl Display for PrComments
impl Display for PrComments
impl Eq for PrComments
Source§impl PartialEq for PrComments
impl PartialEq for PrComments
Source§impl Serialize for PrComments
impl Serialize for PrComments
impl StructuralPartialEq for PrComments
Auto Trait Implementations§
impl Freeze for PrComments
impl RefUnwindSafe for PrComments
impl Send for PrComments
impl Sync for PrComments
impl Unpin for PrComments
impl UnsafeUnpin for PrComments
impl UnwindSafe for PrComments
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.