pub struct SystemPromptJudgeConfig {
pub max_output_tokens: u64,
}Expand description
Runtime knobs for SystemPromptJudge.
Fields§
§max_output_tokens: u64Most completion tokens the judge verdict may use.
Trait Implementations§
Source§impl Clone for SystemPromptJudgeConfig
impl Clone for SystemPromptJudgeConfig
Source§fn clone(&self) -> SystemPromptJudgeConfig
fn clone(&self) -> SystemPromptJudgeConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SystemPromptJudgeConfig
impl Debug for SystemPromptJudgeConfig
Auto Trait Implementations§
impl Freeze for SystemPromptJudgeConfig
impl RefUnwindSafe for SystemPromptJudgeConfig
impl Send for SystemPromptJudgeConfig
impl Sync for SystemPromptJudgeConfig
impl Unpin for SystemPromptJudgeConfig
impl UnsafeUnpin for SystemPromptJudgeConfig
impl UnwindSafe for SystemPromptJudgeConfig
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