pub async fn handle_tool_call( bash_state_arc: &Arc<Mutex<Option<BashState>>>, initialize: Initialize, ) -> Result<String>