1 2 3 4 5 6 7 8
use std::sync::Arc; #[derive(Clone, Debug)] pub struct ProtocolBuildInput { pub tool_surface: Arc<crate::ToolSurface>, pub lashlang_surface: lashlang::LashlangSurface, pub extra_prompt_contributions: Vec<crate::PromptContribution>, }