Struct llm_chain_openai::chatgpt::PerInvocation
source · pub struct PerInvocation { /* private fields */ }
Expand description
The PerInvocation
struct contains options that can be specified for each ChatGPT invocation.
Currently, it only supports specifying a Model
.
Trait Implementations§
source§impl Clone for PerInvocation
impl Clone for PerInvocation
source§fn clone(&self) -> PerInvocation
fn clone(&self) -> PerInvocation
Returns a copy 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 PerInvocation
impl Debug for PerInvocation
source§impl Default for PerInvocation
impl Default for PerInvocation
source§fn default() -> PerInvocation
fn default() -> PerInvocation
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PerInvocation
impl<'de> Deserialize<'de> for PerInvocation
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 Serialize for PerInvocation
impl Serialize for PerInvocation
impl Options for PerInvocation
Auto Trait Implementations§
impl RefUnwindSafe for PerInvocation
impl Send for PerInvocation
impl Sync for PerInvocation
impl Unpin for PerInvocation
impl UnwindSafe for PerInvocation
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