pub struct PlanExecuteConfig {
pub planning_prompt: String,
}Expand description
Configuration for PlanExecute.
Fields§
§planning_prompt: StringSystem instruction prepended until the first edit or write tool call.
Trait Implementations§
Source§impl Clone for PlanExecuteConfig
impl Clone for PlanExecuteConfig
Source§fn clone(&self) -> PlanExecuteConfig
fn clone(&self) -> PlanExecuteConfig
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 PlanExecuteConfig
impl Debug for PlanExecuteConfig
Auto Trait Implementations§
impl Freeze for PlanExecuteConfig
impl RefUnwindSafe for PlanExecuteConfig
impl Send for PlanExecuteConfig
impl Sync for PlanExecuteConfig
impl Unpin for PlanExecuteConfig
impl UnsafeUnpin for PlanExecuteConfig
impl UnwindSafe for PlanExecuteConfig
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